Fully switch to bootstrap-leader for command-line args

This commit is contained in:
Michael Vines
2018-12-07 15:59:25 -08:00
parent 38901002b0
commit 872a3317b5
3 changed files with 7 additions and 7 deletions

View File

@ -183,7 +183,7 @@ startBootstrapNode() {
esac
ssh "${sshOptions[@]}" -n "$ipAddress" \
"./solana/net/remote/remote-node.sh $deployMethod bootstrap_fullnode $publicNetwork $entrypointIp $expectedNodeCount \"$RUST_LOG\""
"./solana/net/remote/remote-node.sh $deployMethod bootstrap-leader $publicNetwork $entrypointIp $expectedNodeCount \"$RUST_LOG\""
) >> "$logFile" 2>&1 || {
cat "$logFile"
echo "^^^ +++"