From 6596aafcff230b88b7495f5db561a10a5851c227 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 2 May 2020 21:26:32 +0200 Subject: [PATCH] make repair menu bigger --- 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 e85bf02f0..9da52173d 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -77,7 +77,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \ DELETE-INDEX "Delete Bitcoin Transaction-Index" ) -CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 15 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty) +CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 17 62 11 "${OPTIONS[@]}" 2>&1 >/dev/tty) clear case $CHOICE in