rsync of genesis ledger now works for non-snap deployments
This commit is contained in:
parent
571522e738
commit
1db6a882bb
|
@ -90,6 +90,12 @@ local|tar)
|
||||||
export USE_INSTALL=1
|
export USE_INSTALL=1
|
||||||
export RUST_LOG
|
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
|
./fetch-perf-libs.sh
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source ./target/perf-libs/env.sh
|
source ./target/perf-libs/env.sh
|
||||||
|
|
Loading…
Reference in New Issue