Use default pubkey for solana-install sanity check
This commit is contained in:
@ -183,13 +183,11 @@ if $installCheck && [[ -r update_manifest_keypair.json ]]; then
|
|||||||
|
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
update_manifest_pubkey=$($solana_keygen pubkey update_manifest_keypair.json)
|
|
||||||
rm -rf install-data-dir
|
rm -rf install-data-dir
|
||||||
$solana_install init \
|
$solana_install init \
|
||||||
--no-modify-path \
|
--no-modify-path \
|
||||||
--data-dir install-data-dir \
|
--data-dir install-data-dir \
|
||||||
--url http://"$sanityTargetIp":8899 \
|
--url http://"$sanityTargetIp":8899 \
|
||||||
--pubkey "$update_manifest_pubkey"
|
|
||||||
|
|
||||||
$solana_install info
|
$solana_install info
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user