chore(docker): Print the value of `CRON_SCHEDULE` in logs on start up

pull/136/head
Robert Dailey 2 years ago
parent 42d2316eb1
commit dfd55883f2

@ -5,7 +5,7 @@ set -e
if [ "$#" -gt 0 ]; then
recyclarr "$@"
else
echo "Starting cron schedule..."
echo "Starting cron schedule using: $CRON_SCHEDULE"
echo "$CRON_SCHEDULE /cron.sh" > /tmp/crontab
supercronic -passthrough-logs /tmp/crontab
fi

Loading…
Cancel
Save