mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
[refactor] Set enabled components in whiptail function
This commit is contained in:
@@ -279,7 +279,6 @@ if (whiptail_you_sure) ; then
|
||||
# Find out how to handle updates
|
||||
whiptail_master_updates
|
||||
whiptail_enable_components
|
||||
process_components
|
||||
|
||||
# Do Advacned Setup if they chose it
|
||||
if [ "$MASTERADV" == 'ADVANCED' ]; then
|
||||
@@ -561,7 +560,6 @@ if (whiptail_you_sure) ; then
|
||||
NIDS=Suricata
|
||||
BROVERSION=ZEEK
|
||||
CURCLOSEDAYS=30
|
||||
process_components
|
||||
if [ $INSTALLTYPE == 'MASTERSEARCH' ]; then
|
||||
# Find out how to handle updates
|
||||
whiptail_master_updates
|
||||
|
||||
Reference in New Issue
Block a user