summaryrefslogtreecommitdiff
path: root/_cron/playoff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2024-02-22 16:58:22 +0100
committeremkael <emkael@tlen.pl>2024-02-22 16:58:22 +0100
commitd03c646a9916f82f6758b33f689038afedce7f77 (patch)
treebf75aacda7db6675a31e5d74ce524e9b04548aa6 /_cron/playoff
parente63dae11915a20934b10b8642676f27b4fcf849e (diff)
Enabling play-off and autocommit crons
Diffstat (limited to '_cron/playoff')
-rw-r--r--_cron/playoff2
1 files changed, 1 insertions, 1 deletions
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