From 56563e91c6e1e4848f6098fbbadeba4dc1978569 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 10 Feb 2019 19:16:17 +0100 Subject: [PATCH] debug --- home.admin/00infoLCD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index 7dfe485..7dc2dfc 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -175,7 +175,7 @@ while : if [ ${uptimeSeconds} -gt 600 ]; then l3="!!Please login for more details!!" fi - dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) - Welcome Back" --infobox "$l1$l2$l3" 5 ${boxwidth} + dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) ${setupStep} - Welcome Back" --infobox "$l1$l2$l3" 5 ${boxwidth} sleep 5 continue fi