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