mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
connman: silence connman output
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
35b96637cf
commit
a87397ee97
@ -190,7 +190,7 @@ fi
|
|||||||
progress "starting Connection manager"
|
progress "starting Connection manager"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
/usr/sbin/connmand -n
|
/usr/sbin/connmand -n > /dev/null 2>&1
|
||||||
usleep 250000
|
usleep 250000
|
||||||
done
|
done
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user