mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
adapt menu size
This commit is contained in:
parent
528af4fe96
commit
11a19ba375
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
|
||||||
RESET-ALL "Delete HDD completly to start fresh"
|
RESET-ALL "Delete HDD completly to start fresh"
|
||||||
)
|
)
|
||||||
|
|
||||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 13 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 15 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
clear
|
clear
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
|
|
Loading…
Add table
Reference in a new issue