diff options
author | emkael <emkael@tlen.pl> | 2023-02-13 00:43:13 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-02-13 00:43:13 +0100 |
commit | 421478a2285ceb722573852f86f240b975307752 (patch) | |
tree | 2ef8aaf6971fd72da5670ec34410e15a88549f6c /_cron/playoff | |
parent | 34f14cda45c837333e2901aa09e66250f900b7f0 (diff) |
Disabling playoff generation
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 48b425b..1b61560 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh +# */3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh SHELL=/bin/sh |