From 3495e9b672b439dde1d0f20eccee3ac54d0c678b Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 16 Jan 2022 22:09:51 +0100 Subject: Turning off cronjobs --- _cron/autocommit | 6 +++--- _cron/playoff | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_cron/autocommit b/_cron/autocommit index a1d9b50..52e9ad0 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/10 * * * * 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 2fd7400..60d3f09 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ # SHELL=/bin/bash -# */2 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 +# */5 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 # SHELL=/bin/sh -- cgit v1.2.3