Use default pubkey for solana-install sanity check
This commit is contained in:
parent
9a52b01171
commit
27221e28f6
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue