From 531ccddff1db47733d2a64f6c2c63f0b4cf5aaf2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 19:56:04 -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 34f6c09e..e9572889 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -896,7 +896,7 @@ SITEINFO(){ ;; *) [ "${delconfirm}" != "" ] echo - echo -e "\033[6A"; for (( c=1; c<=6; c++ )); do echo -e "\033[K"; done; echo -e "\033[6A" + echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A" ;; esac