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

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