From 4c935f6a89e365da920785878fd39a044c565a65 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 11:41:42 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index bc5dfabb..658052d6 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -804,8 +804,8 @@ SITEINFO(){ ;; [Cc]) echo -e "\r\033[K\n\r\033[K\n\r\033[K" - echo -e "\033[15A"; for (( c=1; c<=15; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[15A" - echo -e "\n\n\n\n\n\n" + echo -e "\033[17A"; for (( c=1; c<=17; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[17A" + echo -e "\n\n\n\n\n\n\n\n" ;; *) ;; esac