mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 17:24:41 +00:00
Merge branch 'develop' into staging
This commit is contained in:
commit
382ce2ce78
@ -28,6 +28,9 @@ def execute(bench_path):
|
|||||||
old_directory = Path(bench_path, "archived_sites")
|
old_directory = Path(bench_path, "archived_sites")
|
||||||
new_directory = Path(bench_path, "archived", "sites")
|
new_directory = Path(bench_path, "archived", "sites")
|
||||||
|
|
||||||
|
if not old_directory.exists():
|
||||||
|
return False
|
||||||
|
|
||||||
if old_directory.is_symlink():
|
if old_directory.is_symlink():
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user