From 7a8084785f1fd382cca5834690347b1cc58ee33f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:30:46 -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 b7728c35..179250b8 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -378,7 +378,7 @@ LISTCERTS(){ *) editc=C echo -e "\r\033[K\n\r\033[K\n\r\033[K" - echo -e "\033[14A"; for (( c=1; c<=14; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[14A" + echo -e "\033[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[13A" ;; esac ;;