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