From d07c54e98b13c57ee62836fe8f09ab4702125455 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 22:12:13 -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 cfd725da..5ccfa659 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -594,9 +594,9 @@ SITEINFO(){ echo -e "\033[K\n\033[K" echo -en "\033[KEnter new Proxy Address: " read server - echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" ;; esac + ([ $edit -eq 7 ] || [ $edit -eq 8 ] || [ $edit -eq 9 ]) && echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" echo -e "\033[12A" else echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"