summaryrefslogtreecommitdiff
path: root/_cron/playoff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2023-02-08 16:19:04 +0100
committeremkael <emkael@tlen.pl>2023-02-08 16:19:04 +0100
commit93d4c3a3dd1cfa34b021bc165c33a8b0ce17a27d (patch)
tree86862ce649bdbeee47bc3d753bfc92dd68c5b7ec /_cron/playoff
parent7c5f05be547f58985f05bf48617276771c930d99 (diff)
Enabling cronjobs
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 1b61560..48b425b 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