From 1560b8e873f4ab51b2de486751e7a29b26c83e1c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 10:47:44 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index e976891f..f1aa8a38 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -804,12 +804,14 @@ 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 + 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 ;; *) ;;