mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
adapt menu size
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user