diff options
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 18dc3b1..2a22dfa 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 && make brackets > $SITEPATH/_log/playoff.log 2>&1 +# SHELL=/bin/sh |