rsync of genesis ledger now works for non-snap deployments

This commit is contained in:
Michael Vines 2018-12-07 12:33:58 -08:00
parent 571522e738
commit 1db6a882bb
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ local|tar)
export USE_INSTALL=1
export RUST_LOG
# Setup `/var/snap/solana/current/config` symlink so rsyncing the genesis
# ledger works (reference: `net/scripts/install-rsync.sh`)
sudo rm -rf /var/snap/solana/current/config
sudo mkdir -p /var/snap/solana/current/
sudo ln -sT /home/solana/solana/config /var/snap/solana/current/config
./fetch-perf-libs.sh
# shellcheck source=/dev/null
source ./target/perf-libs/env.sh