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/autocommit | |
parent | f5984560042e8ebca983273e9d0a623fff08149c (diff) |
Turning off cronjobs
Diffstat (limited to '_cron/autocommit')
-rw-r--r-- | _cron/autocommit | 6 |
1 files changed, 3 insertions, 3 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 |