Update certs.inc
This commit is contained in:
@@ -343,7 +343,7 @@ LISTCERTS(){
|
|||||||
2) [ "${monitored}" == "-" ] && monitored='Yes' || monitored='-';;
|
2) [ "${monitored}" == "-" ] && monitored='Yes' || monitored='-';;
|
||||||
[Dd])
|
[Dd])
|
||||||
echo -e "\033[K\n\033[K"
|
echo -e "\033[K\n\033[K"
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Are you sure you wish to delete the cert (y/N): ${idsCL[Default]}"
|
echo -en "\033[K${idsCL[LightCyan]}Are you sure you wish to delete the cert (y/N): ${idsCL[Default]}"
|
||||||
read -n 1 delconfirm
|
read -n 1 delconfirm
|
||||||
case "${delconfirm}" in
|
case "${delconfirm}" in
|
||||||
[Yy])
|
[Yy])
|
||||||
|
|||||||
Reference in New Issue
Block a user