This commit is contained in:
rootzoll
2019-02-10 11:53:49 +01:00
parent da1645e606
commit 47651e9dd1
2 changed files with 12 additions and 10 deletions

View File

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