mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 23:43:07 +01:00
Update core counts if heavy node or SA
This commit is contained in:
@@ -154,6 +154,7 @@ elif [ "$install_type" = 'STANDALONE' ]; then
|
||||
is_distmanager=true
|
||||
is_node=true
|
||||
is_sensor=true
|
||||
is_smooshed=true
|
||||
elif [ "$install_type" = 'MANAGERSEARCH' ]; then
|
||||
is_manager=true
|
||||
is_distmanager=true
|
||||
@@ -172,6 +173,7 @@ elif [ "$install_type" = 'HEAVYNODE' ]; then
|
||||
is_node=true
|
||||
is_minion=true
|
||||
is_sensor=true
|
||||
is_smooshed=true
|
||||
elif [ "$install_type" = 'FLEET' ]; then
|
||||
is_minion=true
|
||||
is_fleet_standalone=true
|
||||
|
||||
Reference in New Issue
Block a user