mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Fix path to entrypoint script in mail command
This commit is contained in:
committed by
Alex Vandiver
parent
e2503cd4c9
commit
be5ee98004
@@ -320,7 +320,7 @@ autoBackupConfiguration() {
|
||||
echo "Auto backup is disabled. Continuing."
|
||||
return 0
|
||||
fi
|
||||
printf 'MAILTO=""\n%s cd /;/entrypoint.sh app:backup\n' "$AUTO_BACKUP_INTERVAL" > /etc/cron.d/autobackup
|
||||
printf 'MAILTO=""\n%s cd /;/sbin/entrypoint.sh app:backup\n' "$AUTO_BACKUP_INTERVAL" > /etc/cron.d/autobackup
|
||||
echo "Auto backup enabled."
|
||||
}
|
||||
initialConfiguration() {
|
||||
|
Reference in New Issue
Block a user