From e3f3b1df6e7179ab6081d4651e23150b2c5cc56e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 17 Jun 2020 13:12:14 +0200 Subject: [PATCH] gui test --- home.admin/50copyHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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