evoacme: fix typo

This commit is contained in:
Jérémy Lecour 2017-10-13 11:16:46 +02:00 committed by Jérémy Lecour
parent bced7561c9
commit 5e71da94d3

View file

@ -94,7 +94,7 @@ main() {
# double check for directories
[ ! -d "${ACME_DIR}" ] && error "${ACME_DIR} is not a directory"
[ ! -d "${CSR_DIR}" ] && error "${CSR_DIR} is not a directory"
[ ! -d "${LOG_DIR} "] && error "${LOG_DIR} is not a directory"
[ ! -d "${LOG_DIR}" ] && error "${LOG_DIR} is not a directory"
#### CSR VALIDATION