mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-18 14:03:58 +00:00
v3 init
Based of v3.0.0b10.
This commit is contained in:
7
src/crontab.template
Normal file
7
src/crontab.template
Normal file
@@ -0,0 +1,7 @@
|
||||
# Set PATH so cron jobs can find node/npm
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
# Set timezone for cron jobs
|
||||
TZ=${TZ}
|
||||
|
||||
# Run automation according to CRON_SCHEDULE; redirect both stdout & stderr to Docker logs
|
||||
${CRON_SCHEDULE} /bin/bash /usr/src/microsoft-rewards-script/scripts/docker/run_daily.sh >> /proc/1/fd/1 2>&1
|
||||
Reference in New Issue
Block a user