missing braces

This commit is contained in:
Jason Ertel
2023-05-16 07:22:17 -04:00
parent 58f80120bd
commit 0f6d894322

View File

@@ -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