From 9587b1a3d84d6ce22fc464ed2938c05ef8557e46 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Sat, 18 May 2019 22:33:49 +0200 Subject: [PATCH] Copystation fix Infoscreen --- home.admin/00infoLCD.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index 99fdd553d..4bc0fc3a4 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -195,10 +195,9 @@ while : fi if [ "${state}" = "copystation" ]; then - l1="COPYSTATION MODE\n" - l2="${message}\n" - l3="reboot 4 back to normal" - dialog --backtitle "RaspiBlitz ${codeVersion} ${localip}" --infobox "$l1$l2$l3" 6 ${boxwidth} + l1="COPY STATION MODE\n" + l2="${message}" + dialog --backtitle "RaspiBlitz ${codeVersion} ${localip}" --infobox "$l1$l2" 6 56 sleep 2 continue fi