make repair menu bigger

This commit is contained in:
rootzoll 2020-05-02 21:26:32 +02:00
parent 8c242f3977
commit 6596aafcff

View File

@ -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