diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index bee88a57bfe..36392722e0d 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -629,7 +629,7 @@ function create-network() { # Sets: # MASTER_ROOT_DISK_SIZE function get-master-root-disk-size() { - if [ "$NUM_NODES" -le "1000"]; then + if [[ "${NUM_NODES}" -le "1000" ]]; then export MASTER_ROOT_DISK_SIZE="10" else export MASTER_ROOT_DISK_SIZE="50"