Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user