From a52e8244572c065e925376b29e9c6b3e29a6c8d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 22:09:18 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 54ce993e..2f86c4aa 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -591,10 +591,10 @@ SITEINFO(){ 5) [ "${explt}" == "-" ] && explt='Yes' || explt='-';; 6) [ "${lock}" == "-" ] && lock='Yes' || lock='-';; 7) - echo -e "\n" - echo -en "Enter new Proxy Address: " + echo -e "\033[K\n\033[K" + echo -en "\033[KEnter new Proxy Address: " read server - echo -e "\033[2A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[2A" + echo -e "\033[2A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[2A" ;; esac echo -e "\033[12A"