Browse Source

improve message on no HDD

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

5
home.admin/00infoLCD.sh

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

Loading…
Cancel
Save