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