From 9231a9bec9addf705248ca69373fe5aee5128fab Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 2 Oct 2023 15:20:34 +0200 Subject: Enabling autocommits --- _cron/autocommit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3