From aee304e5d5f5be9986af3950fd76bd4cdd624a0d Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 10 Jul 2020 18:13:20 -0400 Subject: [PATCH] [fix] master -> manager --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 42fa6c33a..4e12dc8b9 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -163,7 +163,7 @@ elif [ "$install_type" = 'HELIXSENSOR' ]; then is_helix=true fi -if [[ $is_master && $is_sensor ]]; then +if [[ $is_manager && $is_sensor ]]; then check_requirements "standalone" elif [[ $is_fleet_standalone ]]; then check_requirements "dist" "fleet" @@ -331,7 +331,7 @@ else FLEETNODEPASSWD1=$WEBPASSWD1 fi -if [[ $is_master ]]; then whiptail_so_allow; fi +if [[ $is_manager ]]; then whiptail_so_allow; fi whiptail_make_changes