Merge pull request #644 from Security-Onion-Solutions/issue/140

Change Prod Mode to Standalone
This commit is contained in:
Mike Reeves
2020-05-07 16:11:40 -04:00
committed by GitHub

View File

@@ -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