From 9de6a641441e3799409b3e849a0fbf8ab70d53ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:25:25 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index 7be86b37..343a1efb 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -364,8 +364,7 @@ LISTCERTS(){ echo -e "\033[7A"; for (( c=1; c<=7; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[7A" ;; *) - echo "HERE: ${SUBJECT},${SUBJECTNAMES}" - echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}" + echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... (${SUBJECT},${SUBJECTNAMES})${idsCL[Default]}" # NEWPROXYSITE_CREATE ${site} ${servernames} ${server} ${port} ${scheme} ${wbskt} ${hsts} ${explt} ${lock} ${ssl} >/dev/null 2>&1 echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}" echo