mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-28 12:40:42 +00:00
fix format
This commit is contained in:
parent
0588fc6b7c
commit
2728d2aa6e
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ haproxy_deploy() {
|
|||
return ${_ret}
|
||||
fi
|
||||
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!'"
|
||||
_debug _socat_cert_add_cmd "${_socat_cert_add_cmd}"
|
||||
eval "${_socat_cert_add_cmd}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue