evoacme cron task : improve readability

* use long form options
* break line before pipe
This commit is contained in:
Jérémy Lecour 2018-01-03 10:12:14 +01:00 committed by Jérémy Lecour
parent 316fabeabe
commit 8f88a48e15

View file

@ -11,4 +11,5 @@ CRT_DIR="${CRT_DIR:-'/etc/letsencrypt'}"
export QUIET=1
find "${CRT_DIR}" -maxdepth 1 -mindepth 1 -type d ! -path "*accounts" ! -path "*hooks" -printf "%f\n" | xargs -n1 -r evoacme
find "${CRT_DIR}" -maxdepth 1 -mindepth 1 -type d ! -path "*accounts" ! -path "*hooks" -printf "%f\n" \
| xargs --max-args=1 --no-run-if-empty evoacme