Browse Source

adding ip info to upgrade screen

dev
/geco 6 years ago
parent
commit
09d4db00bb
  1. 2
      home.admin/00infoLCD.sh

2
home.admin/00infoLCD.sh

@ -131,7 +131,7 @@ while :
l2="---> ${message}\n"
l3="Please keep running until reboot."
boxwidth=$((${#localip} + 28))
dialog --backtitle "RaspiBlitz ${codeVersion} (${state})" --infobox "$l1$l2$l3" 5 ${boxwidth}
dialog --backtitle "RaspiBlitz ${codeVersion} (${state}) ${localip}" --infobox "$l1$l2$l3" 5 ${boxwidth}
sleep 3
continue
fi

Loading…
Cancel
Save