From fe52d49a3a956be94d56102c293666278042ff9b Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 12 Jun 2021 21:00:46 +0200 Subject: Re-enabling cronjobs --- _cron/autocommit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_cron/autocommit') diff --git a/_cron/autocommit b/_cron/autocommit index 00c4efc..a1d9b50 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ -# SHELL=/bin/bash -# */20 * * * * 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