From c6f6d5eb6a19fec6e8825ae47cc8b6ea0a1f69c2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:42:57 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/certs.inc b/inc/certs.inc index 9685c0e3..d35fafd6 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -356,6 +356,7 @@ LISTCERTS(){ else for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[6A" + echo echo -en "\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}" read -n 1 confirm case "${confirm}" in @@ -369,7 +370,7 @@ LISTCERTS(){ echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${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 -e "\n" + echo echo -en "\033[K\r${idsCL[LightCyan]}Continue or Exit (C/e): ${idsCL[Default]}" read -n1 con case "${con}" in