From cdd3a646380a1c71b40d364028728797f74ce51e Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 9 Aug 2015 20:01:12 +0000 Subject: [PATCH] after-backup was run with the wrong environment --- management/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/backup.py b/management/backup.py index 5d61da9d..4430103c 100755 --- a/management/backup.py +++ b/management/backup.py @@ -273,7 +273,7 @@ def perform_backup(full_backup): if os.path.exists(post_script): shell('check_call', ['su', env['STORAGE_USER'], '-c', post_script, config["target"]], - env=get_env(env)) + env=env) # Our nightly cron job executes system status checks immediately after this # backup. Since it checks that dovecot and postfix are running, block for a