diff options
author | emkael <emkael@tlen.pl> | 2023-03-13 12:26:16 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-03-13 12:26:16 +0100 |
commit | 0dc25d29fa6b734a97e6276d3d5952a1eccd9519 (patch) | |
tree | 1fadfbc732a0fdcf12eca22a6419784b46526964 /_cron | |
parent | 421478a2285ceb722573852f86f240b975307752 (diff) |
Bumping playoffs
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/playoff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/playoff b/_cron/playoff index 1b61560..be9e749 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ SHELL=/bin/bash -# */3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh +*/15 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh SHELL=/bin/sh |