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