Skip to content

Commit

Permalink
Update reinstall node text
Browse files Browse the repository at this point in the history
  • Loading branch information
coincashew committed Oct 25, 2024
1 parent 4297ea2 commit cd44beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethpillar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ while true; do
- ""
20 "Configure autostart"
21 "Uninstall node"
22 "Change Network: Switch between Testnet/Mainnet"
22 "Reinstall node: Change installation type, network"
23 "Override environment variables"
- ""
99 "Back to main menu"
Expand Down Expand Up @@ -508,10 +508,10 @@ while true; do
runScript uninstall.sh
;;
22)
if whiptail --title "Switch Networks" --defaultno --yesno "Are you sure you want to switch networks?\nAll current node data will be removed." 9 78; then
if whiptail --title "Reinstall EthPillar" --defaultno --yesno "Are you sure you want to reinstall?\nAll current node data will be removed." 9 78; then
if runScript uninstall.sh; then
installNode
whiptail --title "Switch Networks" --msgbox "Completed network switching process." 8 78
whiptail --title "Reinstall complete" --msgbox "Completed node reinstall process." 8 78
fi
fi
;;
Expand Down

0 comments on commit cd44beb

Please sign in to comment.