mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-08-08 17:23:35 +02:00
give menus a bit more height
This commit is contained in:
@@ -15,7 +15,7 @@ source ${configFile}
|
|||||||
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
||||||
|
|
||||||
# BASIC MENU INFO
|
# BASIC MENU INFO
|
||||||
HEIGHT=13
|
HEIGHT=14
|
||||||
WIDTH=64
|
WIDTH=64
|
||||||
CHOICE_HEIGHT=6
|
CHOICE_HEIGHT=6
|
||||||
BACKTITLE="RaspiBlitz"
|
BACKTITLE="RaspiBlitz"
|
||||||
|
@@ -57,7 +57,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
|
|||||||
RESET-ALL "Delete HDD completly to start fresh"
|
RESET-ALL "Delete HDD completly to start fresh"
|
||||||
)
|
)
|
||||||
|
|
||||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 12 62 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 14 62 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
clear
|
clear
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
|
Reference in New Issue
Block a user