diff options
author | emkael <emkael@tlen.pl> | 2023-06-01 21:16:53 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-06-01 21:16:53 +0200 |
commit | 25974633f50c2df4df2cd4b48e46b53d24951dfe (patch) | |
tree | 98eb4c6e9b8763efeeab37d960c6feb3fff43063 /_cron/playoff | |
parent | 6ca3311e7d4e6840a449b1bbd1e942285d65a5fe (diff) |
Turning off crons
Diffstat (limited to '_cron/playoff')
-rw-r--r-- | _cron/playoff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/playoff b/_cron/playoff index be9e749..09cef69 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ SHELL=/bin/bash -*/15 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh +# */4 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh SHELL=/bin/sh |