summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-11-20 15:23:03 +0100
committeremkael <emkael@tlen.pl>2021-11-20 15:23:03 +0100
commit2c6afcbc8402bc9e7edd0b7f091ea96903106c4b (patch)
treea54f047b10cdd5c48fc9620e139f66b6d44d8f5d /_cron
parentaa205ae2a38529599aa726fd7881a3c33d9db109 (diff)
Restoring WWW backups
Diffstat (limited to '_cron')
-rw-r--r--_cron/autocommit6
1 files changed, 3 insertions, 3 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index 52e9ad0..a1d9b50 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
-# SHELL=/bin/bash
-# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
-# SHELL=/bin/sh
+SHELL=/bin/bash
+*/10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+SHELL=/bin/sh