Browse Source

small UI fix

dev
rootzoll 6 years ago
parent
commit
a1d4f20c57
  1. 2
      home.admin/00infoLCD.sh

2
home.admin/00infoLCD.sh

@ -198,7 +198,7 @@ while :
l2="ssh admin@${localip}\n" l2="ssh admin@${localip}\n"
l3="Waiting for AUTO-UNLOCK" l3="Waiting for AUTO-UNLOCK"
fi fi
boxwidth=$((${#localip} + 24)) boxwidth=$((${#localip} + 26))
dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) - ${hostname}" --infobox "$l1$l2$l3$l4" ${h} ${boxwidth} dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) - ${hostname}" --infobox "$l1$l2$l3$l4" ${h} ${boxwidth}
sleep 5 sleep 5
continue continue

Loading…
Cancel
Save