Browse Source

olddata message

dev
rootzoll 6 years ago
parent
commit
7d583ed5d1
  1. 5
      home.admin/00infoLCD.sh

5
home.admin/00infoLCD.sh

@ -86,6 +86,11 @@ while :
message="${message}%"
fi
fi
# when old data - improve message
if [ "${state}" = "olddata" ]; then
message="login for manual migration"
fi
# setup process has not started yet
l1="Login to your RaspiBlitz with:\n"

Loading…
Cancel
Save