diff --git a/scripts/starter.sh b/scripts/starter.sh index 1b7b55f..2d35f87 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -209,9 +209,13 @@ if [[ $HARD_RESET = true ]]; then echo "WARNING!!! THIS ACTION WILL COMPLETELY PURGE THE LEDGER AND REBUILD THE NODE USING THE LATEST" echo "REPOSITORY VERSION. NOTE THAT THE VALIDATION PROCESS WILL BE LOST BECAUSE SESSION OF KEYS." echo "THERE ARE TWO SCENARIOS IN WHICH YOU MIGHT NEED TO PROCEED:" - echo -e "\t- A new version of the network hsa been released, and a restart is neccessary" + echo -e "\t- A new version of the network has been released, and a restart is neccessary" echo -e "\t- There is a critical issue, and you require a hard reset of the node in a single command" echo -e "\n" + echo "IMPORTANT!!! Your validator's session keys will be also removed. Consequently, your validator node" + echo "will be slashed indefinitely and will become inactive. After hard reset, you'll need to manage the" + echo "keys manually to reactivate the validator." + echo -e "\n" if prompt "[?] do you understand all risks?"; then echo "[+] you were warned, I hope you know what you're doing" else