From 7d63f20336f4ddf538702cb1058a4ea829b45f99 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 5 Oct 2021 08:28:47 +0200 Subject: [PATCH] evoacme: exclude renewal-hooks directory from cron --- CHANGELOG.md | 1 + evoacme/files/evoacme.cron | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78027f49..a6ae9958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * apt: use the new security repository for Bullseye * certbot: silence letsencrypt deprecation warnings * elasticsearch: 7.x by default +* evoacme: exclude renewal-hooks directory from cron * evoadmin-web: simpler PHP packages lists * evomaintenance: extract a config.yyml tasks file * evocheck: upstream release 21.10 diff --git a/evoacme/files/evoacme.cron b/evoacme/files/evoacme.cron index ea78f2c2..7d4b598c 100755 --- a/evoacme/files/evoacme.cron +++ b/evoacme/files/evoacme.cron @@ -22,5 +22,6 @@ find "${CRT_DIR}" \ ! -path "${CRT_DIR}/keys" \ ! -path "${CRT_DIR}/live" \ ! -path "${CRT_DIR}/renewal" \ + ! -path "${CRT_DIR}/renewal-hooks" \ -printf "%f\n" \ | xargs --max-args=1 --no-run-if-empty evoacme