From 34f14cda45c837333e2901aa09e66250f900b7f0 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 13 Feb 2023 00:37:22 +0100 Subject: Disabling backup autocommits --- _cron/autocommit | 2 +- http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_cron/autocommit b/_cron/autocommit index 4e73f89..e9b6831 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/http b/http index e73a1c2..dde72ca 160000 --- a/http +++ b/http @@ -1 +1 @@ -Subproject commit e73a1c2fa13150b1e5871790bf890d54050167d3 +Subproject commit dde72cab66cc2e07cd0fec6e8e08d3f3dfba54f0 -- cgit v1.2.3