From e42c0922a3bb17b332b57cb10aebfd712a343cbf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 22:06:27 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index ee7ae9c5..6f3805fb 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -591,7 +591,7 @@ SITEINFO(){ 5) [ "${explt}" == "-" ] && explt='Yes' || explt='-';; 6) [ "${lock}" == "-" ] && lock='Yes' || lock='-';; 7) - echo -e "\n\n" + echo -e "\n" echo -en "Enter new Proxy Address: " read server echo -e "\033[3A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[3A"