bluez: change path to service configfiles

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-19 00:59:10 +02:00
parent 0f40e257b6
commit f15dbf49bd
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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