Skip to content

Commit be5ee98

Browse files
koelle25alexmv
authored andcommitted
Fix path to entrypoint script in mail command
1 parent e2503cd commit be5ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ autoBackupConfiguration() {
320320
echo "Auto backup is disabled. Continuing."
321321
return 0
322322
fi
323-
printf 'MAILTO=""\n%s cd /;/entrypoint.sh app:backup\n' "$AUTO_BACKUP_INTERVAL" > /etc/cron.d/autobackup
323+
printf 'MAILTO=""\n%s cd /;/sbin/entrypoint.sh app:backup\n' "$AUTO_BACKUP_INTERVAL" > /etc/cron.d/autobackup
324324
echo "Auto backup enabled."
325325
}
326326
initialConfiguration() {

0 commit comments

Comments
 (0)