From 3351fdf808dc6c8d52dd2a9f372a2dd86e5db902 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 27 Jun 2019 22:21:36 +0200 Subject: [PATCH] #661 give menu more space --- 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 0cda05e..bd0f683 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -55,7 +55,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \ RESET-ALL "Delete HDD completly to start fresh" ) -CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 12 60 5 "${OPTIONS[@]}" 2>&1 >/dev/tty) +CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 14 60 5 "${OPTIONS[@]}" 2>&1 >/dev/tty) clear case $CHOICE in