mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
bluez: change path to service configfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0f40e257b6
commit
f15dbf49bd
@ -33,8 +33,8 @@
|
||||
fi
|
||||
|
||||
BLUEZ_ENABLED=true
|
||||
if [ -f $CONFIG_CACHE/service_bluez.conf ]; then
|
||||
. $CONFIG_CACHE/service_bluez.conf
|
||||
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||
. $CONFIG_CACHE/services/bluez.conf
|
||||
fi
|
||||
|
||||
if [ "$BLUEZ_ENABLED" == "true" ]; then
|
||||
|
@ -34,8 +34,8 @@
|
||||
|
||||
OBEXD_ENABLED=true
|
||||
OBEXD_ROOT=/storage/downloads
|
||||
if [ -f $CONFIG_CACHE/service_bluez.conf ]; then
|
||||
. $CONFIG_CACHE/service_bluez.conf
|
||||
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||
. $CONFIG_CACHE/services/bluez.conf
|
||||
fi
|
||||
|
||||
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user