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