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