autodetect manager IP

This commit is contained in:
Jason Ertel
2023-03-09 12:11:27 -05:00
parent b1f201ca87
commit ecc300197d

View File

@@ -175,7 +175,7 @@ progress() {
if [ -n "$test_profile" ]; then if [ -n "$test_profile" ]; then
install_type="$(echo $test_profile |awk -F- '{print $1}')" install_type="$(echo $test_profile |awk -F- '{print $1}')"
if [[ install_type == "distributed" ]]; then if [[ "$install_type" == "distributed" ]]; then
install_type=MANAGER install_type=MANAGER
else else
install_type=${install_type^^} install_type=${install_type^^}