Update nodemgmt-scripts.sh
This commit is contained in:
@@ -250,7 +250,7 @@ DELSITES(){
|
|||||||
while :
|
while :
|
||||||
do
|
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]} "
|
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 ""
|
echo ""
|
||||||
if [[ $response =~ ^[Yy]$ ]]; then
|
if [[ $response =~ ^[Yy]$ ]]; then
|
||||||
echo 'delete'
|
echo 'delete'
|
||||||
|
|||||||
Reference in New Issue
Block a user