summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_cron/autocommit2
-rw-r--r--_cron/playoff2
2 files changed, 2 insertions, 2 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index e9b6831..4e73f89 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
SHELL=/bin/bash
-# */15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+*/15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
SHELL=/bin/sh
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