From 0f6d89432229f16861cba5fff97bd0c41cff058f Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 16 May 2023 07:22:17 -0400 Subject: [PATCH] missing braces --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 1e93decde..3d5c24fc2 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -202,7 +202,7 @@ if [ -n "$test_profile" ]; then MINION_CIDR=10.0.0.0/8 MSRV=manager - if [[ "$test_profile" =~ "-net" ] || [ "$test_profile" =~ "-iso" ]]; then + if [[ "$test_profile" =~ "-net" ]] || [[ "$test_profile" =~ "-iso" ]]; then address_type=DHCP elif [[ "$test_profile" =~ "-cloud" ]]; then MSRVIP=10.99.1.20