From 04ba8ac12946835a2e4bc86a1d33b399abbde522 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 23 Feb 2022 02:36:36 +0100 Subject: Env for auto-running brackets generation --- _cron/playoff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_cron/playoff') diff --git a/_cron/playoff b/_cron/playoff index 2a22dfa..48b425b 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 && cd playoff/scripts/ && ./autorun.sh +SHELL=/bin/sh -- cgit v1.2.3