diff --git a/src/crontab.template b/src/crontab.template index 7a47af5..5fcd77a 100644 --- a/src/crontab.template +++ b/src/crontab.template @@ -1,2 +1,3 @@ # Run automation according to CRON_SCHEDULE; redirect both stdout & stderr to Docker logs ${CRON_SCHEDULE} TZ=${TZ} /bin/bash /usr/src/microsoft-rewards-bot/src/run_daily.sh >> /proc/1/fd/1 2>&1 +