From 421478a2285ceb722573852f86f240b975307752 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 13 Feb 2023 00:43:13 +0100 Subject: Disabling playoff generation --- _cron/playoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cron/playoff') 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 -- cgit v1.2.3