diff options
author | emkael <emkael@tlen.pl> | 2024-05-06 11:06:46 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2024-05-06 11:06:46 +0200 |
commit | e742dcb0902e9dc0f696562f53f51986589b866c (patch) | |
tree | 1e240262dce0c7f39a12a7162c0232ffd027d9e0 /_cron/playoff | |
parent | fa336220a6c1488d11d8ce3adef477fb79f70347 (diff) |
Enable 5-minute play-off interval
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 808984f..28f2f57 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ SHELL=/bin/bash -*/10 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh +*/5 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh SHELL=/bin/sh |