additional information during hard reset
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
172edd46de
commit
ddfbaae2f5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user