mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-03 14:53:34 +01:00
Merge pull request #644 from Security-Onion-Solutions/issue/140
Change Prod Mode to Standalone
This commit is contained in:
@@ -62,7 +62,7 @@ if [ "$install_type" = 'EVAL' ]; then
|
||||
is_master=true
|
||||
is_sensor=true
|
||||
is_eval=true
|
||||
elif [ "$install_type" = 'PROD' ]; then
|
||||
elif [ "$install_type" = 'STANDALONE' ]; then
|
||||
is_master=true
|
||||
is_distmaster=true
|
||||
is_node=true
|
||||
|
||||
Reference in New Issue
Block a user