diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index 0f0451c35..b7c020e59 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -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