From 8c5604b42b7ce3af4225f71c4b7102c392906804 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 22:08:03 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +++ 1 file changed, 3 insertions(+) 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