Change Prod Mode to Standalone

This commit is contained in:
Mike Reeves
2020-05-07 16:10:50 -04:00
parent a883af32e7
commit 34bcfd806d

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