[fix] master -> manager

This commit is contained in:
William Wernert
2020-07-10 18:13:20 -04:00
parent 4cfecae3b2
commit aee304e5d5

View File

@@ -163,7 +163,7 @@ elif [ "$install_type" = 'HELIXSENSOR' ]; then
is_helix=true is_helix=true
fi fi
if [[ $is_master && $is_sensor ]]; then if [[ $is_manager && $is_sensor ]]; then
check_requirements "standalone" check_requirements "standalone"
elif [[ $is_fleet_standalone ]]; then elif [[ $is_fleet_standalone ]]; then
check_requirements "dist" "fleet" check_requirements "dist" "fleet"
@@ -331,7 +331,7 @@ else
FLEETNODEPASSWD1=$WEBPASSWD1 FLEETNODEPASSWD1=$WEBPASSWD1
fi fi
if [[ $is_master ]]; then whiptail_so_allow; fi if [[ $is_manager ]]; then whiptail_so_allow; fi
whiptail_make_changes whiptail_make_changes