mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +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
|
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||||
. $CONFIG_CACHE/services/bluez.conf
|
. $CONFIG_CACHE/services/bluez.conf
|
||||||
fi
|
fi
|
||||||
|
if [ -f $CONFIG_CACHE/services/obexd.conf ]; then
|
||||||
|
. $CONFIG_CACHE/services/obexd.conf
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
||||||
progress "Starting obexd"
|
progress "Starting obexd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user