mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
unlock info on LCD
This commit is contained in:
parent
b7df1dffef
commit
3f2bdf53df
@ -178,6 +178,10 @@ while :
|
||||
l2="Open: http://${localip}:3000\n"
|
||||
l3="Use Password C to unlock\n"
|
||||
fi
|
||||
if [ "${autoUnlock}" = "on" ]; then
|
||||
l3="Waiting for AUTO-UNLOCK .."
|
||||
l2="ssh admin@${localip}"
|
||||
fi
|
||||
boxwidth=$((${#localip} + 24))
|
||||
dialog --backtitle "RaspiBlitz ${codeVersion} (${localip}) - ${hostname}" --infobox "$l1$l2$l3" 5 ${boxwidth}
|
||||
sleep 5
|
||||
|
Loading…
Reference in New Issue
Block a user