Update certs.inc
This commit is contained in:
@@ -348,7 +348,7 @@ LISTCERTS(){
|
|||||||
case "${delconfirm}" in
|
case "${delconfirm}" in
|
||||||
[Yy])
|
[Yy])
|
||||||
echo -en "\n\n${idsCL[LightCyan]}Removing certificate ... "
|
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]}"
|
echo -e "${idsCL[LightGreen]}Done\n${idsCL[Default]}"
|
||||||
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
|
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user