mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 06:57:50 +02:00
Added Production Mode
This commit is contained in:
@@ -62,6 +62,11 @@ if [ "$install_type" = 'EVAL' ]; then
|
||||
is_master=true
|
||||
is_sensor=true
|
||||
is_eval=true
|
||||
elif [ "$install_type" = 'PROD' ]; then
|
||||
is_master=true
|
||||
is_distmaster=true
|
||||
is_node=true
|
||||
is_sensor=true
|
||||
elif [ "$install_type" = 'MASTERSEARCH' ]; then
|
||||
is_master=true
|
||||
is_distmaster=true
|
||||
|
||||
Reference in New Issue
Block a user