We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2503cd commit be5ee98Copy full SHA for be5ee98
entrypoint.sh
@@ -320,7 +320,7 @@ autoBackupConfiguration() {
320
echo "Auto backup is disabled. Continuing."
321
return 0
322
fi
323
- 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
324
echo "Auto backup enabled."
325
}
326
initialConfiguration() {
0 commit comments