From 3e59eb5557a2df1acb3cb8da60adb0b5d17b9f7c Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 7 Oct 2023 21:24:52 +0200 Subject: Enabling crons --- _cron/autocommit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cron/autocommit') diff --git a/_cron/autocommit b/_cron/autocommit index 4e73f89..dc3b17c 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 +*/5 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log SHELL=/bin/sh -- cgit v1.2.3