Put dedicated arg in the right place
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user