mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-04 01:48:23 +02:00
add debug
This commit is contained in:
parent
ebdfdc4ade
commit
28ecf6310e
@ -384,6 +384,7 @@ do
|
||||
|
||||
# get latest network info directly
|
||||
source <(/home/admin/config.scripts/internet.sh status online)
|
||||
echo "internet.sh status localip(${localip}) online(${online})" >> $logFile
|
||||
|
||||
# check state of network
|
||||
if [ ${dhcp} -eq 0 ]; then
|
||||
@ -404,7 +405,7 @@ do
|
||||
/home/admin/_cache.sh set message "WIFI Settings not working"
|
||||
fi
|
||||
elif [ ${online} -eq 0 ]; then
|
||||
# display user that wifi settings are not working
|
||||
# display user that internet is missing (needed for firmware updates)
|
||||
echo "Waiting for internet ..." >> $logFile
|
||||
/home/admin/_cache.sh set state "noInternet"
|
||||
/home/admin/_cache.sh set message "No connection to Internet"
|
||||
|
Loading…
x
Reference in New Issue
Block a user