From 06b445ac070f8a3fa87210d45b1f1d0306b8b5a0 Mon Sep 17 00:00:00 2001 From: sakridge Date: Thu, 26 Sep 2019 15:52:03 -0700 Subject: [PATCH] Skip if --custom-cpu is used as well. (#6130) --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index 73fa8fab54..651190343e 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -172,7 +172,7 @@ while [[ -n $1 ]]; do elif [[ $1 = --fullnode-additional-disk-size-gb ]]; then fullNodeAdditionalDiskSizeInGb="$2" shift 2 - elif [[ $1 == --machine-type* ]]; then # Bypass quoted long args for GPUs + elif [[ $1 == --machine-type* || $1 == --custom-cpu* ]]; then # Bypass quoted long args for GPUs shortArgs+=("$1") shift else