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