diff options
author | emkael <emkael@tlen.pl> | 2021-05-30 22:41:25 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-05-30 22:41:25 +0200 |
commit | d50d72286acb6912640da42a489cffd09114d26a (patch) | |
tree | 66494e2ec64946a9d7030b4c55e912bd40d93a9f /_cron/autocommit | |
parent | 7f5fb5da2f4479c8869b1f71fc2929030cd14428 (diff) |
Post-event cleanup
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 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 |