Browse Source

Whitepspace

andrewheberle 7 years ago
parent
commit
8d348954a7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      deploy/haproxy.sh

+ 4 - 4
deploy/haproxy.sh

@@ -216,8 +216,8 @@ haproxy_deploy() {
             -respout "${_ocsp}" \
             -respout "${_ocsp}" \
             -verify_other "${_issuer}" \
             -verify_other "${_issuer}" \
             -no_nonce \
             -no_nonce \
-            -CAfile "${_issuer}" | \
-          grep -q "${_pem}: good" 
+            -CAfile "${_issuer}" \
+            | grep -q "${_pem}: good"
           _ret=$?
           _ret=$?
         else
         else
           # Issuer is not a root CA so no "-CAfile" option
           # Issuer is not a root CA so no "-CAfile" option
@@ -228,8 +228,8 @@ haproxy_deploy() {
             -header Host "${_ocsp_host}" \
             -header Host "${_ocsp_host}" \
             -respout "${_ocsp}" \
             -respout "${_ocsp}" \
             -verify_other "${_issuer}" \
             -verify_other "${_issuer}" \
-            -no_nonce | \
-          grep -q "${_pem}: good" 
+            -no_nonce \
+            | grep -q "${_pem}: good"
           _ret=$?
           _ret=$?
         fi
         fi
       else
       else