add debug

This commit is contained in:
rootzoll 2025-01-20 12:03:53 +01:00
parent ebdfdc4ade
commit 28ecf6310e

View File

@ -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"