Request dedicated instances

This commit is contained in:
Michael Vines 2019-10-15 14:41:15 -07:00
parent 9267931ef6
commit 51ac05b3cf
1 changed files with 5 additions and 1 deletions

View File

@ -362,7 +362,11 @@ if ! $skipStart; then
op=start
fi
echo "--- net.sh $op"
args=("$op" -t "$tarChannelOrTag")
args=(
"$op"
-t "$tarChannelOrTag"
--dedicated
)
if ! $publicNetwork; then
args+=(-o rejectExtraNodes)