mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-09 04:42:40 +02:00
Remove Parsing Node
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ elif [ "$install_type" = 'SENSOR' ]; then
|
||||
is_sensor=true
|
||||
is_minion=true
|
||||
STRELKA=1
|
||||
elif [[ "$install_type" =~ ^('SEARCHNODE'|'PARSINGNODE'|'HOTNODE'|'WARMNODE')$ ]]; then
|
||||
elif [[ "$install_type" =~ ^('SEARCHNODE'|'HOTNODE'|'WARMNODE')$ ]]; then
|
||||
is_node=true
|
||||
is_minion=true
|
||||
elif [ "$install_type" = 'HEAVYNODE' ]; then
|
||||
|
||||
Reference in New Issue
Block a user