diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 16d9949c..0b7383c4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -255,6 +255,9 @@ DELSITES(){ if [[ $response =~ ^[Yy]$ ]]; then echo 'delete' ENTER2CONTINUE + break + else + break fi done DELSITES