diff options
author | emkael <emkael@tlen.pl> | 2022-02-23 02:36:36 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-02-23 02:36:36 +0100 |
commit | 04ba8ac12946835a2e4bc86a1d33b399abbde522 (patch) | |
tree | e078f1d16264750faebdbaa68376615b8e878fe4 /_cron | |
parent | e5749da1c6241eb2c8d84bcdd1418f94b138879d (diff) |
Env for auto-running brackets generation
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/playoff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_cron/playoff b/_cron/playoff index 2a22dfa..48b425b 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ -# SHELL=/bin/bash -# */3 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 -# SHELL=/bin/sh +SHELL=/bin/bash +*/3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh +SHELL=/bin/sh |