evoacme: exclude renewal-hooks directory from cron

This commit is contained in:
Jérémy Lecour 2021-10-05 08:28:47 +02:00 committed by Jérémy Lecour
parent 86e5df9c16
commit 7d63f20336
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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