From 26a3a93cdb0cf8c8622f0c3498dee76375d8d429 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:28:59 -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 50cf8690..f1f30116 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[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[13A" + echo -e "\033[12A"; for (( c=1; c<=12; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[12A" ;; *) echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}"