Update crontab.template

This commit is contained in:
Obsidian
2025-11-10 22:00:21 +01:00
committed by GitHub
parent 66b37d8623
commit ee33a8680d

View File

@@ -1,2 +1,2 @@
# Run automation according to CRON_SCHEDULE; redirect both stdout & stderr to Docker logs
${CRON_SCHEDULE} TZ=${TZ} /bin/bash /usr/src/microsoft-rewards-script/src/run_daily.sh >> /proc/1/fd/1 2>&1
${CRON_SCHEDULE} TZ=${TZ} /bin/bash /usr/src/microsoft-rewards-bot/src/run_daily.sh >> /proc/1/fd/1 2>&1