[fix] Use 100GB min space for standalone also

This commit is contained in:
William Wernert
2020-07-10 14:39:02 -04:00
parent 72aa91b763
commit 67c8836cd6
2 changed files with 5 additions and 5 deletions

View File

@@ -163,8 +163,8 @@ elif [ "$install_type" = 'HELIXSENSOR' ]; then
is_helix=true
fi
if [[ $is_eval ]]; then
check_requirements "eval"
if [[ $is_master && $is_sensor ]]; then
check_requirements "standalone"
elif [[ $is_fleet_standalone ]]; then
check_requirements "dist" "fleet"
elif [[ $is_sensor && ! $is_eval ]]; then