mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
fix sizes
This commit is contained in:
parent
0794247005
commit
100778ce41
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
|
|||
CLEANHDD "Delete Data - keep Blockchian"
|
||||
)
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 15 50 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 10 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
clear
|
||||
case $CHOICE in
|
||||
|
|
Loading…
Add table
Reference in a new issue