diff options
Diffstat (limited to '_cron/autocommit')
-rw-r--r-- | _cron/autocommit | 4 |
1 files changed, 3 insertions, 1 deletions
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 |