adapt menu size

This commit is contained in:
rootzoll 2020-02-14 13:19:18 +01:00
parent 51b341f7be
commit 528af4fe96

View File

@ -57,7 +57,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
RESET-ALL "Delete HDD completly to start fresh"
)
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 14 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 13 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
clear
case $CHOICE in