From 416073c474ca2755adaff85f899e967422e3a167 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 12 Dec 2018 17:28:54 +0100 Subject: [PATCH] update ui text --- home.admin/00infoLCD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index aa01a99ce..2f0dfb0ea 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -128,8 +128,8 @@ while : fi l1="Upgrade/Recover/Provision\n" l2="---> ${message}\n" - l3="Please keep running until auto-reboot." - boxwidth=$((${#localip} + 24)) + l3="Please keep running until reboot." + boxwidth=$((${#localip} + 28)) dialog --backtitle "RaspiBlitz (${state})" --infobox "$l1$l2$l3" 5 ${boxwidth} sleep 3 continue