diff --git a/inc/certs.inc b/inc/certs.inc index 179250b8..aab16936 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -364,7 +364,7 @@ LISTCERTS(){ echo -e "\033[12A"; for (( c=1; c<=12; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[13A" ;; *) - echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}" + echo -en "\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 @@ -378,7 +378,7 @@ LISTCERTS(){ *) editc=C echo -e "\r\033[K\n\r\033[K\n\r\033[K" - echo -e "\033[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[13A" + echo -e "\033[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[14A" ;; esac ;;