From 34957f5dee2e0af311594b503d6c6304071ee16d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 19:50:59 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index a13afc08..34f6c09e 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -894,9 +894,12 @@ SITEINFO(){ [ "${SEARCH}" != "0" ] && SITEINFO -edit -search ${SEARCH} || SITEINFO -edit exit 0 ;; - *) [ "${delconfirm}" != "" ] echo ;; + *) + [ "${delconfirm}" != "" ] echo + echo -e "\033[6A"; for (( c=1; c<=6; c++ )); do echo -e "\033[K"; done; echo -e "\033[6A" + ;; esac - echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A" + ;; [Ee])