diff options
author | emkael <emkael@tlen.pl> | 2023-02-08 16:19:04 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-02-08 16:19:04 +0100 |
commit | 93d4c3a3dd1cfa34b021bc165c33a8b0ce17a27d (patch) | |
tree | 86862ce649bdbeee47bc3d753bfc92dd68c5b7ec /_cron/autocommit | |
parent | 7c5f05be547f58985f05bf48617276771c930d99 (diff) |
Enabling cronjobs
Diffstat (limited to '_cron/autocommit')
-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 |