From 51b341f7beb67c66b886bbdd41d6caa9cee9d9ca Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 14 Feb 2020 13:18:25 +0100 Subject: [PATCH] make menu higher --- home.admin/98repairMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/98repairMenu.sh b/home.admin/98repairMenu.sh index 37fa0f935..5a68b213e 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -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 6 "${OPTIONS[@]}" 2>&1 >/dev/tty) +CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 14 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty) clear case $CHOICE in