Use default pubkey for solana-install sanity check

This commit is contained in:
Michael Vines 2019-06-26 21:49:22 -07:00
parent 9a52b01171
commit 27221e28f6
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 2 deletions

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
)