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