use absolute path in evacme cron
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric Morino 2021-08-20 11:32:16 +02:00
parent 42189ba613
commit bd92ff95c8

View file

@ -15,12 +15,12 @@ find "${CRT_DIR}" \
-maxdepth 1 \
-mindepth 1 \
-type d \
! -path "*accounts" \
! -path "*archive" \
! -path "*csr" \
! -path "*hooks" \
! -path "*keys" \
! -path "*live" \
! -path "*renewal" \
! -path "${CRT_DIR}/accounts" \
! -path "${CRT_DIR}/archive" \
! -path "${CRT_DIR}/csr" \
! -path "${CRT_DIR}/hooks" \
! -path "${CRT_DIR}/keys" \
! -path "${CRT_DIR}/live" \
! -path "${CRT_DIR}/renewal" \
-printf "%f\n" \
| xargs --max-args=1 --no-run-if-empty evoacme