From ee2dd75dfd7c7394e3f9b5255e001b38d9bc3864 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 8 Nov 2021 10:36:36 -0500 Subject: [PATCH] Fix variable ref --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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