diff options
author | emkael <emkael@tlen.pl> | 2021-11-20 15:23:03 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-11-20 15:23:03 +0100 |
commit | 2c6afcbc8402bc9e7edd0b7f091ea96903106c4b (patch) | |
tree | a54f047b10cdd5c48fc9620e139f66b6d44d8f5d /_cron | |
parent | aa205ae2a38529599aa726fd7881a3c33d9db109 (diff) |
Restoring WWW backups
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/autocommit | 6 |
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 |