make starter script usable for network bootstrap

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2025-11-28 17:38:11 +03:00
parent 207bbec652
commit 5d92560513
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA

View File

@ -228,10 +228,11 @@ if [[ $HARD_RESET = true ]]; then
echo "[+] trying to remove locally stored ledger" echo "[+] trying to remove locally stored ledger"
sudo rm -rf "$BASE_PATH/chains/casper_staging_testnet" sudo rm -rf "$BASE_PATH/chains/casper_staging_testnet"
cd $PROJECT_FOLDER # TODO: remove before merging to main
git pull origin main #cd $PROJECT_FOLDER
echo "[+] starting build in 3 seconds..." #git pull origin main
sleep 3 #echo "[+] starting build in 3 seconds..."
#sleep 3
cargo build --release cargo build --release
printf "[?] are you ready to continue?" printf "[?] are you ready to continue?"