Update certs.inc

This commit is contained in:
2023-11-13 10:11:50 -06:00
parent cee2054ed3
commit 72a3283d8b

View File

@@ -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