net/net.sh start --skip-setup ... now works again (#5977)

This commit is contained in:
Michael Vines
2019-09-19 08:31:22 -07:00
committed by GitHub
parent 1e3543e953
commit 355564e486
4 changed files with 69 additions and 84 deletions

View File

@ -6,12 +6,13 @@ source "$here"/common.sh
setup_secondary_mount
set -e
"$here"/clear-config.sh
rm -rf "$SOLANA_CONFIG_DIR"/bootstrap-leader
mkdir -p "$SOLANA_CONFIG_DIR"/bootstrap-leader
# Create genesis ledger
$solana_keygen new -o "$SOLANA_CONFIG_DIR"/mint-keypair.json
$solana_keygen new -f -o "$SOLANA_CONFIG_DIR"/mint-keypair.json
mkdir "$SOLANA_CONFIG_DIR"/bootstrap-leader
$solana_keygen new -o "$SOLANA_CONFIG_DIR"/bootstrap-leader/identity-keypair.json
$solana_keygen new -o "$SOLANA_CONFIG_DIR"/bootstrap-leader/vote-keypair.json
$solana_keygen new -o "$SOLANA_CONFIG_DIR"/bootstrap-leader/stake-keypair.json