Browse Source

#661 more space

v1.3
Christian Rotzoll 6 years ago
parent
commit
51a83b4579
  1. 2
      home.admin/98repairMenu.sh

2
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 "" 14 62 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 12 62 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
clear
case $CHOICE in

Loading…
Cancel
Save