mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
connman: hide status messages on boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
837e328f3a
commit
b45ab734dc
@ -109,7 +109,7 @@ fi
|
||||
progress "starting Connection manager"
|
||||
|
||||
while true; do
|
||||
/usr/sbin/connmand -n
|
||||
/usr/sbin/connmand -n > /dev/null 2>&1
|
||||
usleep 250000
|
||||
done
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user