mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix menu
This commit is contained in:
parent
94bebb6c6a
commit
b6f98debe5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ This can take multiple hours.
|
|||
STATUS "ElectRS Status Info"
|
||||
)
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Electrum Rust Server" --menu "menu" 8 50 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Electrum Rust Server" --menu "menu" 10 50 4 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
clear
|
||||
|
||||
case $CHOICE in
|
||||
|
|
Loading…
Add table
Reference in a new issue