From 5727abbc8ed7053d648438264117dfdfe1ae7046 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 22:06:13 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index e6c76fc0..ee7ae9c5 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 + echo -e "\n\n" echo -en "Enter new Proxy Address: " read server - echo -e "\033[2A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[2A" + echo -e "\033[3A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[3A" ;; esac echo -e "\033[12A"