mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
improve message on no HDD
This commit is contained in:
parent
e34837d975
commit
988b653523
@ -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…
x
Reference in New Issue
Block a user