mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
restore-backup: Only extract /etc/zulip once.
This is already handled in the earlier block; there is no need to extract it twice.
This commit is contained in:
committed by
Tim Abbott
parent
1b57669771
commit
d8ae270899
@@ -40,7 +40,6 @@ def restore_backup(tarball_file: IO[bytes]) -> None:
|
||||
from django.conf import settings
|
||||
|
||||
paths = [
|
||||
("settings", "/etc/zulip"),
|
||||
# zproject will only be present for development environment backups.
|
||||
("zproject", os.path.join(settings.DEPLOY_ROOT, "zproject")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user