unlock info on LCD

This commit is contained in:
/geco 2018-12-22 16:51:43 +01:00
parent b7df1dffef
commit 3f2bdf53df

View File

@ -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