Setup Script - Remove some questions for eval mode

This commit is contained in:
Mike Reeves
2018-11-02 10:34:28 -04:00
parent 84df02ebe6
commit 96f5a31094
+3 -5
View File
@@ -1297,14 +1297,9 @@ if (whiptail_you_sure); then
# Select which NICs are in the bond # Select which NICs are in the bond
whiptail_bond_nics whiptail_bond_nics
# Set the NIDS to suricata
whiptail_nids
whiptail_bro_version
# Snag the HOME_NET # Snag the HOME_NET
whiptail_homenet_master whiptail_homenet_master
whiptail_sensor_config
# Set a bunch of stuff since this is eval # Set a bunch of stuff since this is eval
es_heapsize es_heapsize
ls_heapsize ls_heapsize
@@ -1315,6 +1310,9 @@ if (whiptail_you_sure); then
LSINPUTTHREADS=1 LSINPUTTHREADS=1
LSINPUTBATCHCOUNT=125 LSINPUTBATCHCOUNT=125
RULESETUP=ETOPEN RULESETUP=ETOPEN
NSMSETUP=BASIC
NIDS=Suricata
BROVERSION=COMMUNITY
whiptail_make_changes whiptail_make_changes
get_main_ip get_main_ip
# Add the user so we can sit back and relax # Add the user so we can sit back and relax