Put dedicated arg in the right place

This commit is contained in:
Michael Vines 2019-10-16 10:36:29 -07:00
parent b7af5f08d6
commit 8dd24bc7d9
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -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