From a6e689f9be561c39d0d4279318d08b680ec04e78 Mon Sep 17 00:00:00 2001 From: Laurent Grawet Date: Mon, 28 Apr 2025 17:02:16 +0200 Subject: [PATCH] Update deploy/haproxy.sh Co-authored-by: Matt Simerson --- deploy/haproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/haproxy.sh b/deploy/haproxy.sh index 90949aec..3c1c7edb 100644 --- a/deploy/haproxy.sh +++ b/deploy/haproxy.sh @@ -329,7 +329,7 @@ haproxy_deploy() { if _exists socat; then export IFS=',' for _statssock in ${Le_Deploy_haproxy_stats_socket}; do - # look for the certificate on the stats socket, to choVse between updating or creating one + # look for the certificate on the stats socket, to choose between updating or creating one _socat_cert_cmd="echo '${_cmdpfx}show ssl cert' | socat '${_statssock}' - | grep -q '^${_pem}$'" _debug _socat_cert_cmd "${_socat_cert_cmd}" eval "${_socat_cert_cmd}"