Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1438,7 +1438,7 @@ NEWSITE(){
|
||||
printf "%-${width}s: %s\n" "Secure Access" "${SECURE}"
|
||||
fi
|
||||
echo -e -n "${idsCL[LightRed]}Is this information correct? [Y/n]${idsCL[Default]} "
|
||||
read response
|
||||
read -n 1 response
|
||||
echo
|
||||
if [[ $response =~ ^[Yy]$ ]] || [ "${response}" = "" ]; then
|
||||
if [[ ${NEW_SITE} == *","* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user