From 2c6afcbc8402bc9e7edd0b7f091ea96903106c4b Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 20 Nov 2021 15:23:03 +0100 Subject: Restoring WWW backups --- _cron/autocommit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_cron/autocommit') 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 -- cgit v1.2.3