Update nodemgmt-scripts.sh
This commit is contained in:
@@ -826,7 +826,7 @@ DELSITES(){
|
||||
else
|
||||
while :
|
||||
do
|
||||
echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${idsST[Bold]}${SITES[${selsite}]}${idsST[Reset]}${idsCL[LightRed]}'? [y/N]${idsCL[Default]} "
|
||||
echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${idsST[Bold]}${SITES[${selsite}]^^}${idsST[Reset]}${idsCL[LightRed]}'? [y/N]${idsCL[Default]} "
|
||||
read response
|
||||
echo ""
|
||||
if [[ $response =~ ^[Yy]$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user