From 72a3283d8badf1ff0b90a317855ea4fe1b97d9df Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 10:11:50 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index 2f5e6c14..4406ed24 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -208,7 +208,7 @@ LISTCERTS(){ if [ -z $action ] || [ "${action}" = "gui" ]; then DIVIDER true fi - echo -e "${idsCL[LightGreen]}Current Certificates on Node...${idsCL[Default]}" + echo -e "\033[K${idsCL[LightGreen]}Current Certificates on Node...${idsCL[Default]}" cw=34; c=0; spc2=''; until [ $c = ${cw} ]; do spc2="${spc2} "; c=`expr $c + 1`; done @@ -286,7 +286,7 @@ LISTCERTS(){ echo -e "\033[K" echo -e "\033[K" echo -e "\033[7A" - echo -en "${idsCL[LightCyan]}Enter the cert number you want to edit: ${idsCL[Default]}" + echo -en "\033[K${idsCL[LightCyan]}Enter the cert number you want to edit: ${idsCL[Default]}" read certid echo