mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 16:13:45 +00:00
Add trailing newline to /etc/cron.d/autobackup.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
fca0be8338
commit
2acd34b212
@@ -282,7 +282,7 @@ autoBackupConfiguration() {
|
||||
echo "Auto backup is disabled. Continuing."
|
||||
return 0
|
||||
fi
|
||||
printf 'MAILTO=""\n%s cd /;/entrypoint.sh app:backup' "$AUTO_BACKUP_INTERVAL" > /etc/cron.d/autobackup
|
||||
printf 'MAILTO=""\n%s cd /;/entrypoint.sh app:backup\n' "$AUTO_BACKUP_INTERVAL" > /etc/cron.d/autobackup
|
||||
echo "Auto backup enabled."
|
||||
}
|
||||
initialConfiguration() {
|
||||
|
Reference in New Issue
Block a user