diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ee4bd5fd..46779f4d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -538,7 +538,7 @@ NEWSITE(){ fi echo -e -n "${idsCL[LightRed]}Is this information correct? [Y/n]${idsCL[Default]} " read response - if [[ $response =~ ^[Yy]$ ]]; then + if [[ $response =~ ^[Yy]$ ]] || [ "${response}" = ""]; then if [[ ${NEW_SITE} == *","* ]]; then IFS=','; NEW_SITES=(${NEW_SITE}); unset IFS MAIN_SITE=${NEW_SITES[0]}