s/whoami/id -un/

This commit is contained in:
Michael Vines
2018-09-05 11:07:59 -07:00
parent ec38dba209
commit 6560b0e2cc
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ source "$here"/../scripts/gcloud.sh
# shellcheck source=net/common.sh
source "$here"/common.sh
prefix=testnet-dev-$(whoami | sed -e s/[^a-z0-9].*//)
prefix=testnet-dev-$(id -un | sed -e s/[^a-z0-9].*//)
validatorNodeCount=5
clientNodeCount=1
leaderMachineType=n1-standard-16