Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 22:07:22 -06:00
parent 231247ffe0
commit 8557b0dbdd

View File

@@ -250,7 +250,7 @@ DELSITES(){
while :
do
echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${idsST[Bold]}${idsCL[Red]}${SITES[${selsite}]}{idsST[Reset]}${idsCL[LightRed]}'? [y/N]${idsCL[Default]} "
read -n 1 response
read response
echo ""
if [[ $response =~ ^[Yy]$ ]]; then
echo 'delete'