diff --git a/setup/so-functions b/setup/so-functions index 0ac5df697..2a8a6ff88 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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