Skip to content

Commit

Permalink
publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 17, 2019
1 parent ccee624 commit 8df8f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/remote/remote-node.sh
Expand Up @@ -175,8 +175,8 @@ local|tar|skip)
oom_score_adj "$pid" 1000
waitForNodeToInit

solana-validator-info publish -u http://127.0.0.1:8899 \
bootstrap-leader/identity-keypair.json "$(hostname)" -k team/solana --force || true
solana-validator-info publish --url http://"$entrypointIp":8899 \
config/bootstrap-leader/identity-keypair.json "$(hostname)" -k team/solana --force || true
;;
validator|blockstreamer)
if [[ $deployMethod != skip ]]; then
Expand Down Expand Up @@ -280,7 +280,7 @@ local|tar|skip)
./multinode-demo/delegate-stake.sh "${args[@]}"
fi

solana-validator-info publish -u http://127.0.0.1:8899 \
solana-validator-info publish --url http://"$entrypointIp":8899 \
~/solana/fullnode-identity.json "$(hostname)" -k team/solana --force || true
;;
replicator)
Expand Down

0 comments on commit 8df8f84

Please sign in to comment.