Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-25 16:42:19 -05:00
parent 29d065b3d5
commit b24c870383

View File

@@ -1438,7 +1438,7 @@ NEWSITE(){
printf "%-${width}s: %s\n" "Secure Access" "${SECURE}" printf "%-${width}s: %s\n" "Secure Access" "${SECURE}"
fi fi
echo -e -n "${idsCL[LightRed]}Is this information correct? [Y/n]${idsCL[Default]} " echo -e -n "${idsCL[LightRed]}Is this information correct? [Y/n]${idsCL[Default]} "
read response read -n 1 response
echo echo
if [[ $response =~ ^[Yy]$ ]] || [ "${response}" = "" ]; then if [[ $response =~ ^[Yy]$ ]] || [ "${response}" = "" ]; then
if [[ ${NEW_SITE} == *","* ]]; then if [[ ${NEW_SITE} == *","* ]]; then