mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Copystation fix Infoscreen
This commit is contained in:
parent
d3918ddc70
commit
9587b1a3d8
1 changed files with 3 additions and 4 deletions
|
@ -196,9 +196,8 @@ while :
|
||||||
|
|
||||||
if [ "${state}" = "copystation" ]; then
|
if [ "${state}" = "copystation" ]; then
|
||||||
l1="COPY STATION MODE\n"
|
l1="COPY STATION MODE\n"
|
||||||
l2="${message}\n"
|
l2="${message}"
|
||||||
l3="reboot 4 back to normal"
|
dialog --backtitle "RaspiBlitz ${codeVersion} ${localip}" --infobox "$l1$l2" 6 56
|
||||||
dialog --backtitle "RaspiBlitz ${codeVersion} ${localip}" --infobox "$l1$l2$l3" 6 ${boxwidth}
|
|
||||||
sleep 2
|
sleep 2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue