mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Setup Script - Fix Syntax
This commit is contained in:
@@ -337,7 +337,7 @@ if (whiptail_you_sure) then
|
||||
# What kind of install are we doing?
|
||||
whiptail_install_type
|
||||
|
||||
if [ $INSTALLTYPE == 'MASTERONLY']; then
|
||||
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
|
||||
|
||||
whiptail_management_nic
|
||||
whiptail_nids
|
||||
@@ -351,7 +351,7 @@ if (whiptail_you_sure) then
|
||||
|
||||
fi
|
||||
|
||||
if [ $INSTALLTYPE == 'SENSORONLY']; then
|
||||
if [ $INSTALLTYPE == 'SENSORONLY' ]; then
|
||||
whiptail_management_nic
|
||||
filter_nics
|
||||
whiptail_bond_nics
|
||||
|
||||
Reference in New Issue
Block a user