mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-30 12:36:07 +02:00
#661 give menu more space
This commit is contained in:
parent
8ed72efe2f
commit
3351fdf808
@ -55,7 +55,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
|
||||
RESET-ALL "Delete HDD completly to start fresh"
|
||||
)
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 12 60 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 14 60 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
clear
|
||||
case $CHOICE in
|
||||
|
Loading…
x
Reference in New Issue
Block a user