From d849b1dc8044f92d8e9dbd3690f23cb1a726834b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:13:54 -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 c890436c..28f3772d 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -345,7 +345,7 @@ LISTCERTS(){ ;; [Cc]) echo -e "\r\033[K\n\r\033[K\n\r\033[K" - echo -e "\033[8A"; for (( c=1; c<=8; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[8A" + echo -e "\033[7A"; for (( c=1; c<=7; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[7A" # echo -e "\n\n\n\n\n\n\n\n" ;; *) ;;