Update certs.inc

This commit is contained in:
2023-11-12 22:39:41 -06:00
parent f67a62d712
commit b6a323e9ca

View File

@@ -330,8 +330,8 @@ LISTCERTS(){
echo -e "\033[K"
echo -e "\033[7A"
[ "${con}" == "" ] && echo -en "\033[1A"
echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the item number to edit: ${idsCL[Default]}"
[ "${con}" != "" ] && echo -en "\n"
echo -en "\033[1A\033[K\n\033[K\r${idsCL[LightCyan]}Enter the item number to edit: ${idsCL[Default]}"
read -n 1 editc
case "${editc}" in