From 7da7d694bb53180bcdee0d263568c0a230ff84e1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 19:49:15 -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 4df5af51..c81fb4ea 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -874,7 +874,7 @@ SITEINFO(){ ;; [Ee]) - echo -e "\n\033[K" + echo -e "\033[K\n\033[K" exit 0 ;; [Cc]) @@ -904,7 +904,7 @@ SITEINFO(){ read -n1 con case "${con}" in [Ee]) - echo -e "\033[K\n\033[K\n\033[K" + echo -e "\n\033[K\n\033[K" exit 0 ;; *)