Enable GPUs and secondary disks for TdS net, pull external account file (#5031) (#5053)

This commit is contained in:
Dan Albert
2019-07-12 10:17:46 -06:00
committed by GitHub
parent 81dbe3c49b
commit a2e9d8e0bf
4 changed files with 28 additions and 7 deletions

View File

@@ -159,6 +159,9 @@ 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
shortArgs+=("$1")
shift
else
usage "Unknown long option: $1"
fi