summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-06-12 21:00:46 +0200
committeremkael <emkael@tlen.pl>2021-06-12 21:05:32 +0200
commitfe52d49a3a956be94d56102c293666278042ff9b (patch)
tree13168b55d6ee032830044c5320e0bf860e464b12 /_cron
parentaa80a70ca494f5063c5b19cceb3ea8b0caa31694 (diff)
Re-enabling cronjobs
Diffstat (limited to '_cron')
-rw-r--r--_cron/autocommit6
-rw-r--r--_cron/playoff6
2 files changed, 6 insertions, 6 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index 00c4efc..a1d9b50 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
-# SHELL=/bin/bash
-# */20 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
-# SHELL=/bin/sh
+SHELL=/bin/bash
+*/10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+SHELL=/bin/sh
diff --git a/_cron/playoff b/_cron/playoff
index f9cbd53..ad35c5f 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,3 +1,3 @@
-# SHELL=/bin/bash
-# */3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1
-# SHELL=/bin/sh
+SHELL=/bin/bash
+*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1
+SHELL=/bin/sh