mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 01:36:16 +00:00
2 lines
197 B
Plaintext
2 lines
197 B
Plaintext
# 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 |