From 8dd24bc7d9e74266f31612267cbce9402bac2586 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 16 Oct 2019 10:36:29 -0700 Subject: [PATCH] Put dedicated arg in the right place --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 7c679d749..297035a18 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -278,6 +278,7 @@ if ! $skipCreate; then -a "$bootstrapFullNodeAddress" -c "$clientNodeCount" -n "$additionalFullNodeCount" + --dedicated ) # shellcheck disable=SC2206 create_args+=(${zone_args[@]}) @@ -365,7 +366,6 @@ if ! $skipStart; then args=( "$op" -t "$tarChannelOrTag" - --dedicated ) if ! $publicNetwork; then