From d8a1f6de8f16bfe9e101c43c5e0e5f9dbad63101 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 11:27:27 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 3ea6998b..c356f316 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -802,15 +802,8 @@ SITEINFO(){ exit 0 ;; [Cc]) - echo -e "\n\033[K\033[6A"; - echo -e "\033[K\n\033[K\n\033[K\n\033[K\n\033[K\n\033[K"; - echo -e "\033[6A" - - # echo -e "\n\033[K\n\033[K" - # SITEINFO ${1} ${2} - # exit 0 - - # break 3 + echo -e "\033[K\n\033[K" + echo -e "\033[8A"; for (( c=1; c<=8; c++ )); do echo -e "\033[K"; done; echo -e "\033[8A" ;; *) ;; esac