From 1f6c06698364417c6c256961cae3c4bf0cfa4f6d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 11:35:27 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index dd4fb6db..c357ee54 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -803,7 +803,8 @@ SITEINFO(){ ;; [Cc]) echo -e "\r\033[K\n\r\033[K" - echo -e "\033[12A"; for (( c=1; c<=12; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[12A" + echo -e "\033[14A"; for (( c=1; c<=12; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[14A" + echo -e "\n\n\n\n\n\n\n" ;; *) ;; esac