prepare starter script for the production

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2025-08-03 18:43:49 +03:00
parent 72d6be6e29
commit 9240f424e1
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -229,6 +229,7 @@ if [[ $HARD_RESET = true ]]; then
sudo rm -rf "$BASE_PATH/chains/casper_staging_testnet"
cd $PROJECT_FOLDER
git pull origin main
echo "[+] starting build in 3 seconds..."
sleep 3
cargo build --release
@ -244,9 +245,8 @@ if [[ $HARD_RESET = true ]]; then
echo "[+] ghost executable copied in '$EXECUTABLE_PATH' from '$TARGET'"
echo "[+] specification '$SPECIFICATION_NAME.json' copied to '$SPECIFICATION_PATH'"
# TODO: uncomment later
# echo "[+] starting ghost-node"
# sudo systemctl start ghost-node
echo "[+] starting ghost-node"
sudo systemctl start ghost-node
exit 0
fi