mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 20:12:37 +02:00
small UI fix
This commit is contained in:
@@ -198,7 +198,7 @@ while :
|
|||||||
l2="ssh admin@${localip}\n"
|
l2="ssh admin@${localip}\n"
|
||||||
l3="Waiting for AUTO-UNLOCK"
|
l3="Waiting for AUTO-UNLOCK"
|
||||||
fi
|
fi
|
||||||
boxwidth=$((${#localip} + 24))
|
boxwidth=$((${#localip} + 26))
|
||||||
dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) - ${hostname}" --infobox "$l1$l2$l3$l4" ${h} ${boxwidth}
|
dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) - ${hostname}" --infobox "$l1$l2$l3$l4" ${h} ${boxwidth}
|
||||||
sleep 5
|
sleep 5
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user