This commit is contained in:
rootzoll 2020-06-17 13:12:14 +02:00
parent 5b24319c80
commit e3f3b1df6e

View File

@ -13,7 +13,7 @@ OPTIONS=(WINDOWS "Windows" \
BLITZ "RaspiBlitz >=1.5"
)
CHOICE=$(dialog --clear --title " Copy Blockchain from another laptop/node over LAN " --menu "\nWhich System is running on the other laptop/node you want to copy the blockchain from?/n" 11 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
CHOICE=$(dialog --clear --title " Copy Blockchain from another laptop/node over LAN " --menu "\nWhich system is running on the other laptop/node you want to copy the blockchain from?\n" 13 60 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
clear
case $CHOICE in