diff options
author | emkael <emkael@tlen.pl> | 2021-07-11 15:32:16 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-07-11 15:32:16 +0200 |
commit | 6b6fb11f532fb1358064bb8ffb917320561ba308 (patch) | |
tree | ddeb775fdeba4fe8833f7c96c0f97eb64fc55f1e /_cron/autocommit | |
parent | 64ff0f7746a56a6b9400d41d5dd2eb9f7e2ffd03 (diff) |
Disabling auto-tasks
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 |