mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 21:59:19 +02:00
olddata message
This commit is contained in:
parent
9d0072f1e7
commit
7d583ed5d1
@ -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…
x
Reference in New Issue
Block a user