summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2023-06-01 21:16:53 +0200
committeremkael <emkael@tlen.pl>2023-06-01 21:16:53 +0200
commit25974633f50c2df4df2cd4b48e46b53d24951dfe (patch)
tree98eb4c6e9b8763efeeab37d960c6feb3fff43063
parent6ca3311e7d4e6840a449b1bbd1e942285d65a5fe (diff)
Turning off crons
-rw-r--r--_cron/playoff2
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/playoff b/_cron/playoff
index be9e749..09cef69 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,3 +1,3 @@
SHELL=/bin/bash
-*/15 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
+# */4 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
SHELL=/bin/sh