From dd9fee88fa4d8dd260d097e34a5a33dc68e35eba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 23:29:35 -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 31e30ee8..2d222576 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -539,7 +539,7 @@ NEWSITE(){ fi echo -e -n "${idsCL[LightRed]}Is this information correct? [Y/n]${idsCL[Default]} " read response - if [[ $response =~ ^[Yy]$ ]] || [ "${response}" = ""]; then + if [[ $response =~ ^[Yy]$ ]] || [ "${response}" = "" ]; then if [[ ${NEW_SITE} == *","* ]]; then IFS=','; NEW_SITES=(${NEW_SITE}); unset IFS MAIN_SITE=${NEW_SITES[0]}