From e742dcb0902e9dc0f696562f53f51986589b866c Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 6 May 2024 11:06:46 +0200 Subject: Enable 5-minute play-off interval --- _cron/playoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3