From 1d11c57262c937d42ecffe2127701805c764aa3a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 19:53:16 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index a739b3c2..6d6beb37 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -753,8 +753,6 @@ SITEINFO(){ echo if [ "${siteid^}" == "E" ]; then - # echo -e "1\n2\n3\n4\n5" - # echo -e "\n\033[K\n\033[K" echo -e "\033[K" exit 0 @@ -876,7 +874,7 @@ SITEINFO(){ ;; [Ee]) - echo -e "\n\033[K\n\033[K" + echo -e "\033[K" exit 0 ;; [Cc])