mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +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
|
fi
|
||||||
|
|
||||||
BLUEZ_ENABLED=true
|
BLUEZ_ENABLED=true
|
||||||
if [ -f $CONFIG_CACHE/service_bluez.conf ]; then
|
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||||
. $CONFIG_CACHE/service_bluez.conf
|
. $CONFIG_CACHE/services/bluez.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BLUEZ_ENABLED" == "true" ]; then
|
if [ "$BLUEZ_ENABLED" == "true" ]; then
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
OBEXD_ENABLED=true
|
OBEXD_ENABLED=true
|
||||||
OBEXD_ROOT=/storage/downloads
|
OBEXD_ROOT=/storage/downloads
|
||||||
if [ -f $CONFIG_CACHE/service_bluez.conf ]; then
|
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||||
. $CONFIG_CACHE/service_bluez.conf
|
. $CONFIG_CACHE/services/bluez.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user