From ecc300197dffca0c22bd833df79625eb9e675acf Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 9 Mar 2023 12:11:27 -0500 Subject: [PATCH] autodetect manager IP --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index d45d7ca2d..49b549e65 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -175,7 +175,7 @@ progress() { if [ -n "$test_profile" ]; then install_type="$(echo $test_profile |awk -F- '{print $1}')" - if [[ install_type == "distributed" ]]; then + if [[ "$install_type" == "distributed" ]]; then install_type=MANAGER else install_type=${install_type^^}