mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
connman: profile.d: changes for new openelec addon
This commit is contained in:
parent
069196012a
commit
2abe1366a8
@ -19,9 +19,8 @@
|
||||
################################################################################
|
||||
|
||||
wait_for_inet_addr () {
|
||||
if [ -f /var/config/settings.conf ]; then
|
||||
. /var/config/settings.conf
|
||||
fi
|
||||
if [ -f /storage/.cache/openelec/network_wait ]; then
|
||||
. /storage/.cache/openelec/network_wait
|
||||
|
||||
if [ "$WAIT_NETWORK" = "true" ] ; then
|
||||
progress "Wait for network"
|
||||
@ -33,4 +32,5 @@ wait_for_inet_addr () {
|
||||
usleep 200000
|
||||
done
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user