From 34bcfd806d838a9d2d91c67eab660d03119e8adb Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 7 May 2020 16:10:50 -0400 Subject: [PATCH] Change Prod Mode to Standalone --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 2bdc8c881..4d8fa796b 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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