From a0bde5f13787caa8f2af9fb7a0b5d297047e7f97 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:26:56 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/certs.inc b/inc/certs.inc index 205f66e8..9add91c0 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -361,7 +361,7 @@ LISTCERTS(){ [Nn]) editc=C echo -e "\r\033[K\n\r\033[K\n\r\033[K" - echo -e "\033[7A"; for (( c=1; c<=7; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[7A" + echo -e "\033[15A"; for (( c=1; c<=15; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[15A" ;; *) echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}"