diff options
author | emkael <emkael@tlen.pl> | 2023-02-13 00:37:22 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-02-13 00:37:22 +0100 |
commit | 34f14cda45c837333e2901aa09e66250f900b7f0 (patch) | |
tree | 4325a60881f3ea18f88dbc82be069d6765649f54 | |
parent | 6edd00f51b0c6897b45027202708e3a42aa7c25f (diff) |
Disabling backup autocommits
-rw-r--r-- | _cron/autocommit | 2 | ||||
m--------- | http | 0 |
2 files changed, 1 insertions, 1 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 -Subproject e73a1c2fa13150b1e5871790bf890d54050167d +Subproject dde72cab66cc2e07cd0fec6e8e08d3f3dfba54f |