From dd90a897340ab76a5fa7c2443fbeb2a0d74334a5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 19:46:12 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index fc96de09..058c22a0 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -910,7 +910,7 @@ SITEINFO(){ *) edit=C echo -e "\r\033[K\n\r\033[K\n\r\033[K" - echo -e "\033[17A"; for (( c=1; c<=17; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[21A" + echo -e "\033[17A"; for (( c=1; c<=17; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[20A" ;; esac ;;