Commit 2728d2aa authored by neil's avatar neil
Browse files

fix format

parent 0588fc6b
...@@ -373,7 +373,7 @@ haproxy_deploy() { ...@@ -373,7 +373,7 @@ haproxy_deploy() {
return ${_ret} return ${_ret}
fi fi
if [ "${_newcert}" = "1" ]; then if [ "${_newcert}" = "1" ]; then
# if this is a new certificate, it needs to be inserted into the crt-list` # if this is a new certificate, it needs to be inserted into the crt-list`
_socat_cert_add_cmd="echo '${_cmdpfx}add ssl crt-list ${Le_Deploy_haproxy_pem_path} ${_pem}' | socat '${_statssock}' - | grep -q 'Success!'" _socat_cert_add_cmd="echo '${_cmdpfx}add ssl crt-list ${Le_Deploy_haproxy_pem_path} ${_pem}' | socat '${_statssock}' - | grep -q 'Success!'"
_debug _socat_cert_add_cmd "${_socat_cert_add_cmd}" _debug _socat_cert_add_cmd "${_socat_cert_add_cmd}"
eval "${_socat_cert_add_cmd}" eval "${_socat_cert_add_cmd}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment