mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
display no network
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user