diff options
author | emkael <emkael@tlen.pl> | 2022-09-30 23:35:05 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-09-30 23:35:05 +0200 |
commit | 5e5b2379c9c501e36bab59c8d22b76c9f903fa08 (patch) | |
tree | a6eb52dd434d3d245d8ee8905371561a907f48ea | |
parent | 2db21b291fbe5724c5abb36209be77a51c9adead (diff) |
Enabling page auto-mirror
-rw-r--r-- | _cron/autocommit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index e9b6831..4e73f89 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ SHELL=/bin/bash -# */15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +*/15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log SHELL=/bin/sh |