diff options
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/autocommit | 6 | ||||
-rw-r--r-- | _cron/playoff | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index d7c866a..00c4efc 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log -SHELL=/bin/sh +# SHELL=/bin/bash +# */20 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# SHELL=/bin/sh diff --git a/_cron/playoff b/_cron/playoff index ad35c5f..f9cbd53 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 -SHELL=/bin/sh +# SHELL=/bin/bash +# */3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 +# SHELL=/bin/sh |