connman: silence connman output

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-29 22:16:28 +02:00
parent 35b96637cf
commit a87397ee97

View File

@ -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
)& )&