From d03c646a9916f82f6758b33f689038afedce7f77 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 22 Feb 2024 16:58:22 +0100 Subject: Enabling play-off and autocommit crons --- _cron/playoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cron/playoff') diff --git a/_cron/playoff b/_cron/playoff index 298f07b..808984f 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ SHELL=/bin/bash -# */10 * * * * 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