Update nodemgmt-scripts.sh
This commit is contained in:
@@ -255,7 +255,9 @@ DELSITES(){
|
|||||||
read response
|
read response
|
||||||
echo ""
|
echo ""
|
||||||
if [[ $response =~ ^[Yy]$ ]]; then
|
if [[ $response =~ ^[Yy]$ ]]; then
|
||||||
echo 'delete'
|
echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}'?${idsCL[Default]} "
|
||||||
|
read sslresponse
|
||||||
|
echo "delete - '${sslresponse}'"
|
||||||
ENTER2CONTINUE
|
ENTER2CONTINUE
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user