From 443b328c785734c4ab7736a853b31fcf0c766f6f Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 17 Oct 2020 13:13:50 +0200 Subject: rsync/git push configuration for non-interactive user --- _cron/autocommit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_cron') diff --git a/_cron/autocommit b/_cron/autocommit index 045403f..d7c866a 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1 +1,3 @@ -# */30 * * * * cd $SITEPATH && make autocommit +SHELL=/bin/bash +*/3 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +SHELL=/bin/sh -- cgit v1.2.3