make starter script usable for network bootstrap
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
207bbec652
commit
5d92560513
@ -228,10 +228,11 @@ if [[ $HARD_RESET = true ]]; then
|
||||
echo "[+] trying to remove locally stored ledger"
|
||||
sudo rm -rf "$BASE_PATH/chains/casper_staging_testnet"
|
||||
|
||||
cd $PROJECT_FOLDER
|
||||
git pull origin main
|
||||
echo "[+] starting build in 3 seconds..."
|
||||
sleep 3
|
||||
# TODO: remove before merging to main
|
||||
#cd $PROJECT_FOLDER
|
||||
#git pull origin main
|
||||
#echo "[+] starting build in 3 seconds..."
|
||||
#sleep 3
|
||||
cargo build --release
|
||||
|
||||
printf "[?] are you ready to continue?"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user