mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
connman: rework profile configuration
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c5796280e5
commit
7bc4b68d27
@ -6,7 +6,7 @@
|
||||
################################################################################
|
||||
|
||||
wait_for_network () {
|
||||
while [ $(ifconfig | grep -c ^eth) = 0 ]; do
|
||||
usleep 250000
|
||||
while [ ! -f /var/run/network ]; do
|
||||
usleep 200000
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user