Update certs.inc

This commit is contained in:
2023-11-12 22:11:32 -06:00
parent 74c05f6821
commit a3458f2f3c

View File

@@ -330,7 +330,7 @@ LISTCERTS(){
echo -e "\033[7A"
echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the item number to edit: ${idsCL[Default]}"
read -n 1 edit
read -n 1 editc
case "${editc}" in
1) echo -e "\033[K\n\033[K"
@@ -341,7 +341,7 @@ LISTCERTS(){
2) [ "${monitored}" == "-" ] && monitored='Yes' || monitored='-';;
*) ;;
esac
[ "${editc}" == "" ] && echo -e "\033[7A" || echo -e "\033[6A"
[ "${editc}" == "" ] && echo -e "\033[8A" || echo -e "\033[7A"
fi
done