This commit is contained in:
Christian Rotzoll 2019-06-27 22:22:26 +02:00
parent 3351fdf808
commit 4ecc6e5d9e

View File

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