Update certs.inc

This commit is contained in:
2023-11-12 22:53:39 -06:00
parent af9f8e82fb
commit 868fae7b1a

View File

@@ -353,7 +353,7 @@ LISTCERTS(){
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
exit 0
;;
*) ;;
*) [ "${delconfirm}" !="" ] echo ;;
esac
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
;;