mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
LCD info
This commit is contained in:
parent
0f0dd71c61
commit
57839ea8fd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ while :
|
|||
fi
|
||||
|
||||
# check if recovering/upgrade is running
|
||||
if [ "${state}" = "repair" ] || [ "${state}" = "retorrent" ] || [ "${state}" = "recopy" ] ; then
|
||||
if [ "${state}" = "repair" ] || [ "${state}" = "retorrent" ] || [ "${state}" = "recopy" ]; then
|
||||
l1="Repair Mode\n"
|
||||
l2="ssh admin@${localip}\n"
|
||||
l3="Use password: PasswordA\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue