[fix] Hard code NIDS to Suricata since Snort is not yet supported

This commit is contained in:
William Wernert
2020-10-13 10:31:44 -04:00
parent a459511812
commit 0cd80de2b3

View File

@@ -305,7 +305,6 @@ fi
# Start user prompts
if [[ $is_helix || $is_sensor ]]; then
whiptail_sensor_nics
fi
@@ -325,7 +324,9 @@ fi
if [[ $is_manager && ! $is_eval ]]; then
whiptail_manager_adv
whiptail_zeek_version
whiptail_nids
# Don't run this function for now since Snort is not yet supported
# whiptail_nids
NIDS=Suricata
whiptail_rule_setup
if [ "$RULESETUP" != 'ETOPEN' ]; then