mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
updated ui
This commit is contained in:
@@ -131,7 +131,7 @@ if [ ${setupState} -eq 0 ]; then
|
||||
# old data setup
|
||||
BACKTITLE="RaspiBlitz - Manual Update"
|
||||
TITLE="⚡ Found old RaspiBlitz Data on HDD ⚡"
|
||||
MENU="\nChoose how to continue the manual update: \n "
|
||||
MENU="\n ATTENTION: OLD DATA COULD COINTAIN FUNDS\n"
|
||||
OPTIONS+=(MANUAL "read how to recover your old funds" \
|
||||
DELETE "erase old data, keep blockchain, reboot" )
|
||||
HEIGHT=11
|
||||
@@ -357,8 +357,10 @@ case $CHOICE in
|
||||
exit 0
|
||||
;;
|
||||
MANUAL)
|
||||
echo "************************************************************************************"
|
||||
echo "PLEASE open in browser for more information:"
|
||||
echo "https://github.com/rootzoll/raspiblitz#recover-your-coins-from-a-failing-raspiblitz"
|
||||
echo "************************************************************************************"
|
||||
exit 0
|
||||
;;
|
||||
DELETE)
|
||||
|
Reference in New Issue
Block a user