From 5fea5f37be9cf400e53723ddd235d3343ad284bd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 07:52:13 -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 cd6fd354..4be70653 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -363,7 +363,7 @@ LISTCERTS(){ ;; [Cc]) 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[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" ;; *) ;;