From d91410cac598f3d3fa43db2d26ba26246db0dd93 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 21 Jan 2024 18:36:15 +0100 Subject: Enabling sporadic play-off bracket generation --- _cron/playoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_cron/playoff b/_cron/playoff index 09cef69..298f07b 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ SHELL=/bin/bash -# */4 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh +# */10 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh SHELL=/bin/sh -- cgit v1.2.3