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" -a "$bootstrapFullNodeAddress"
-c "$clientNodeCount" -c "$clientNodeCount"
-n "$additionalFullNodeCount" -n "$additionalFullNodeCount"
--dedicated
) )
# shellcheck disable=SC2206 # shellcheck disable=SC2206
create_args+=(${zone_args[@]}) create_args+=(${zone_args[@]})
@@ -365,7 +366,6 @@ if ! $skipStart; then
args=( args=(
"$op" "$op"
-t "$tarChannelOrTag" -t "$tarChannelOrTag"
--dedicated
) )
if ! $publicNetwork; then if ! $publicNetwork; then