diff options
author | emkael <emkael@tlen.pl> | 2023-10-02 15:20:34 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-10-02 15:20:34 +0200 |
commit | 9231a9bec9addf705248ca69373fe5aee5128fab (patch) | |
tree | 7042acdd98e8a913284360e1aa66815000228662 | |
parent | 2d66584a3d5224ea9af78202337082d9dffdef9b (diff) |
Enabling autocommits
-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 |