From 783f2debba4b609543971c525bdc4e741234c186 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 15:45:54 -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 2b77e091..799873c9 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -862,7 +862,7 @@ EDITSITE(){ ;; *) [ "${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 ;;