From 8557b0dbdd22474ecceb59228f99f38cd38a7146 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 22:07:22 -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 07056e5b..16d9949c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -250,7 +250,7 @@ DELSITES(){ while : 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]} " - read -n 1 response + read response echo "" if [[ $response =~ ^[Yy]$ ]]; then echo 'delete'