Fix variable ref

This commit is contained in:
William Wernert
2021-11-08 10:36:36 -05:00
parent 50b7779d6e
commit ee2dd75dfd

View File

@@ -475,7 +475,7 @@ collect_mngr_hostname() {
whiptail_management_server "$MSRV"
done
while [[ $MSRV == "$HOSTNAME" || $MSRVIP == "localhost" ]]; do
while [[ $MSRV == "$HOSTNAME" || $MSRV == "localhost" ]]; do
whiptail_invalid_hostname 0
whiptail_management_server "$MSRV"
done