This commit is contained in:
rootzoll 2021-09-06 20:21:18 +02:00
parent 868725e235
commit 36520ace5a

View File

@ -23,7 +23,7 @@ HEIGHT=$(($CHOICE_HEIGHT+6))
echo "CHOICE_HEIGHT(${CHOICE_HEIGHT}) HEIGHT(${HEIGHT})"
sleep 3
CHOICE=$(dialog --clear --backtitle "RaspiBlitz ${codeVersion} - Setup" --title "⚡ Welcome to your RaspiBlitz ⚡" --menu "\nChoose how you want to setup your RaspiBlitz: \n " ${CHOICE_HEIGHT} 64 ${HEIGHT} "${OPTIONS[@]}" 2>&1 >/dev/tty)
CHOICE=$(dialog --clear --backtitle "RaspiBlitz ${codeVersion} - Setup" --title "⚡ Welcome to your RaspiBlitz ⚡" --menu "\nChoose how you want to setup your RaspiBlitz: \n " 12 64 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
case $CHOICE in
FRESHSETUP)