Update certs.inc

This commit is contained in:
2023-11-13 10:24:18 -06:00
parent eaae715f43
commit f6d44dc1f3

View File

@@ -348,7 +348,7 @@ LISTCERTS(){
case "${delconfirm}" in
[Yy])
echo -en "\n\n${idsCL[LightCyan]}Removing certificate ... "
DEL-SSL ${cert} #>/dev/null 2>&1
DEL-SSL ${cert} >/dev/null 2>&1
echo -e "${idsCL[LightGreen]}Done\n${idsCL[Default]}"
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
exit 0