Clean initial stdout

This commit is contained in:
Pau RE
2024-09-04 13:29:14 +02:00
parent 5aec20408d
commit 8aa2ae7104
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -10,5 +10,4 @@ if [ "${BACKUP_ON_START}" = "TRUE" ]; then
EXTRA_ARGS="-i"
fi
echo "Starting go-cron ($SCHEDULE)..."
exec /usr/local/bin/go-cron -s "$SCHEDULE" -p "$HEALTHCHECK_PORT" $EXTRA_ARGS -- /backup.sh