mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
bluez: silence obexd init. closes #2530
This commit is contained in:
parent
778a193d73
commit
aa5c857ad5
@ -41,7 +41,7 @@
|
||||
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
||||
progress "Starting obexd"
|
||||
wait_for_dbus
|
||||
mkdir -p "$OBEXD_ROOT"
|
||||
mkdir -p "$OBEXD_ROOT" &>/dev/null
|
||||
/usr/lib/bluetooth/obexd $OBEXD_DEBUG -r "$OBEXD_ROOT" &>/dev/null
|
||||
fi
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user