mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
display no network
This commit is contained in:
parent
84d176ede4
commit
6adff7c813
@ -103,6 +103,9 @@ while :
|
||||
continue
|
||||
fi
|
||||
|
||||
# make sure no local ip is readable
|
||||
if [ "${localip}" == "" ]; then localip="no-network"; fi
|
||||
|
||||
# waiting for DHCP in general
|
||||
if [ "${state}" = "noHDD" ]; then
|
||||
l1="Waiting for HDD/SSD ...\n"
|
||||
|
Loading…
Reference in New Issue
Block a user