summaryrefslogtreecommitdiff
path: root/_cron/autocommit
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-08-12 11:50:04 +0200
committeremkael <emkael@tlen.pl>2022-08-12 11:50:04 +0200
commit1db250dcacee3e008c61522c44300c2553ba29c8 (patch)
treef7d15d372b059a0f3c6f5bcf93f7098e915ff88c /_cron/autocommit
parent091d151423bdeb8ff38c3bed466ed0c54b27ff96 (diff)
Disabling cronjobs
Diffstat (limited to '_cron/autocommit')
-rw-r--r--_cron/autocommit2
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