mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #10359 from Security-Onion-Solutions/kilo
missing braces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user