mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-23 15:04:29 +02:00
gui test
This commit is contained in:
parent
5b24319c80
commit
e3f3b1df6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user