From be5ee980042745fbd7d5151809fe87865882c9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20K=C3=B6llmann?= Date: Wed, 13 Apr 2022 17:26:38 +0200 Subject: [PATCH] Fix path to entrypoint script in mail command --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 211796b..ef4e15e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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() {