updated ui

This commit is contained in:
rootzoll
2018-12-03 18:43:19 +01:00
parent 68897ec7f6
commit 83f05925f4

View File

@@ -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)