diff options
author | emkael <emkael@tlen.pl> | 2022-01-16 22:09:51 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-01-16 22:09:51 +0100 |
commit | 3495e9b672b439dde1d0f20eccee3ac54d0c678b (patch) | |
tree | a518e3e77c1f004eaf0847b3cae5b0d6f7fc3427 /_cron | |
parent | f5984560042e8ebca983273e9d0a623fff08149c (diff) |
Turning off cronjobs
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/autocommit | 6 | ||||
-rw-r--r-- | _cron/playoff | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index a1d9b50..52e9ad0 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log -SHELL=/bin/sh +# SHELL=/bin/bash +# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# SHELL=/bin/sh diff --git a/_cron/playoff b/_cron/playoff index 2fd7400..60d3f09 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ # SHELL=/bin/bash -# */2 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 +# */5 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 # SHELL=/bin/sh |