summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-09-30 23:35:05 +0200
committeremkael <emkael@tlen.pl>2022-09-30 23:35:05 +0200
commit5e5b2379c9c501e36bab59c8d22b76c9f903fa08 (patch)
treea6eb52dd434d3d245d8ee8905371561a907f48ea /_cron
parent2db21b291fbe5724c5abb36209be77a51c9adead (diff)
Enabling page auto-mirror
Diffstat (limited to '_cron')
-rw-r--r--_cron/autocommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index e9b6831..4e73f89 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