mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Setup Script - Break Questions out per type
This commit is contained in:
@@ -337,6 +337,19 @@ if (whiptail_you_sure) then
|
|||||||
# What kind of install are we doing?
|
# What kind of install are we doing?
|
||||||
whiptail_install_type
|
whiptail_install_type
|
||||||
|
|
||||||
|
if [ $INSTALLTYPE == 'MASTERONLY']; then
|
||||||
|
|
||||||
|
whiptail_management_nic
|
||||||
|
whiptail_nids
|
||||||
|
whiptail_rule_setup
|
||||||
|
|
||||||
|
# Get the code if it isn't ET Open
|
||||||
|
if [ $RULESETUP != 'ETOPEN' ]; then
|
||||||
|
# Get the code
|
||||||
|
whiptail_oinkcode
|
||||||
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
# Configure NICs for boxes that will be running a sensor
|
# Configure NICs for boxes that will be running a sensor
|
||||||
if [ $INSTALLTYPE != 'MASTERONLY' ] || [ $INSTALLTYPE != 'STORAGENODE' ]; then
|
if [ $INSTALLTYPE != 'MASTERONLY' ] || [ $INSTALLTYPE != 'STORAGENODE' ]; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user