From d6abe8d514f07b88417e9252bdd1364d2d781b78 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 22 Feb 2022 13:26:54 +0100 Subject: Disabling bracket auto-generation --- _cron/playoff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_cron/playoff') diff --git a/_cron/playoff b/_cron/playoff index 18dc3b1..2a22dfa 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 -SHELL=/bin/sh +# SHELL=/bin/bash +# */3 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 +# SHELL=/bin/sh -- cgit v1.2.3