evoacme: exclude renewal-hooks directory from cron
This commit is contained in:
parent
86e5df9c16
commit
7d63f20336
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue