summaryrefslogtreecommitdiff
path: root/_cron/autocommit
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-11-20 18:03:40 +0100
committeremkael <emkael@tlen.pl>2022-11-20 18:03:40 +0100
commit6f5f326182c3814d890b1ab514a2dbf898cccff1 (patch)
treefa9eb507ba3fd7609c3ce5e8197c64fa864f648a /_cron/autocommit
parent12a702edcf979f86b2a1506badee7ca048cd388a (diff)
Disable autocommit after play
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