From 78bb5beabc72ba3d45e2c0507c10f790039ee855 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 18 May 2023 00:07:47 +0200 Subject: [PATCH] Output to stdout --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a2fd5e5..829439e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ case "$MODE" in echo "Running first backup..." /etc/periodic/daily/backup.sh echo "Running cron for daily backups..." - crond -f -d 5 -l 2 + crond -f -d 5 -l 2 -L /dev/stdout ;; restore) echo "Restoring from latest backup..."