diff options
author | emkael <emkael@tlen.pl> | 2022-08-12 11:50:04 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-08-12 11:50:04 +0200 |
commit | 1db250dcacee3e008c61522c44300c2553ba29c8 (patch) | |
tree | f7d15d372b059a0f3c6f5bcf93f7098e915ff88c /_cron/autocommit | |
parent | 091d151423bdeb8ff38c3bed466ed0c54b27ff96 (diff) |
Disabling cronjobs
Diffstat (limited to '_cron/autocommit')
-rw-r--r-- | _cron/autocommit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index 4e73f89..e9b6831 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ SHELL=/bin/bash -*/15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# */15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log SHELL=/bin/sh |