mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Change Prod Mode to Standalone
This commit is contained in:
@@ -62,7 +62,7 @@ if [ "$install_type" = 'EVAL' ]; then
|
|||||||
is_master=true
|
is_master=true
|
||||||
is_sensor=true
|
is_sensor=true
|
||||||
is_eval=true
|
is_eval=true
|
||||||
elif [ "$install_type" = 'PROD' ]; then
|
elif [ "$install_type" = 'STANDALONE' ]; then
|
||||||
is_master=true
|
is_master=true
|
||||||
is_distmaster=true
|
is_distmaster=true
|
||||||
is_node=true
|
is_node=true
|
||||||
|
|||||||
Reference in New Issue
Block a user