From 26252463db79eed840cce3599b63555c4b6f797b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 19:51:41 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 34f6c09e..db7a66fc 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -895,8 +895,7 @@ SITEINFO(){ exit 0 ;; *) - [ "${delconfirm}" != "" ] echo - echo -e "\033[6A"; for (( c=1; c<=6; c++ )); do echo -e "\033[K"; done; echo -e "\033[6A" + echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A" ;; esac