Use default pubkey for solana-install sanity check

This commit is contained in:
Michael Vines
2019-06-26 21:49:22 -07:00
parent 9c2f45a1e0
commit 5db377f743

View File

@ -183,13 +183,11 @@ if $installCheck && [[ -r update_manifest_keypair.json ]]; then
(
set -x
update_manifest_pubkey=$($solana_keygen pubkey update_manifest_keypair.json)
rm -rf install-data-dir
$solana_install init \
--no-modify-path \
--data-dir install-data-dir \
--url http://"$sanityTargetIp":8899 \
--pubkey "$update_manifest_pubkey"
$solana_install info
)