Explorar o código

fix https://github.com/Neilpang/acme.sh/issues/2252

neilpang %!s(int64=6) %!d(string=hai) anos
pai
achega
1a126b700f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deploy/haproxy.sh

+ 1 - 1
deploy/haproxy.sh

@@ -179,7 +179,7 @@ haproxy_deploy() {
       return ${_ret}
     fi
   else
-    [ -f "${_issuer}" ] _err "Issuer file update not requested but .issuer file exists"
+    [ -f "${_issuer}" ] && _err "Issuer file update not requested but .issuer file exists"
   fi
 
   # Update .ocsp file if certificate was requested with --ocsp/--ocsp-must-staple option