mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
bluez: obexd: also load services/obexd.conf
This commit is contained in:
parent
645b62ea8a
commit
cf237932ea
@ -37,6 +37,9 @@
|
||||
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||
. $CONFIG_CACHE/services/bluez.conf
|
||||
fi
|
||||
if [ -f $CONFIG_CACHE/services/obexd.conf ]; then
|
||||
. $CONFIG_CACHE/services/obexd.conf
|
||||
fi
|
||||
|
||||
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
||||
progress "Starting obexd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user