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