From 76ba79f5f589cee94b2ba353c97b89cd5cb0c716 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 22:02:49 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 945990b0..b752df9f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -253,7 +253,7 @@ DELSITES(){ read -n 1 response echo "" if [[ $response =~ ^[Yy]$ ]]; then - + echo 'delete' else DELSITES exit 0