evoacme: remove a debug statement

This commit is contained in:
Jérémy Lecour 2017-10-19 07:59:43 +02:00
parent 34365a145c
commit 4d3ed7ed97

View file

@ -95,7 +95,6 @@ csr_verify() {
main() {
[ "$1" = "-h" ] || [ "$1" = "--help" ] && usage && exit 0
# check arguments
echo "1: '$1'"
[ "$#" -eq 1 ] || error "invalid argument(s)"
[ -w "${SSL_KEY_DIR}" ] || error "Directory ${SSL_KEY_DIR} is not writable"