avahi: change path to service configfiles

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-19 00:58:59 +02:00
parent c598fabb1f
commit 0f40e257b6

View File

@ -35,8 +35,8 @@
mkdir -p /var/run/avahi-daemon mkdir -p /var/run/avahi-daemon
while true; do while true; do
AVAHI_ENABLED=true AVAHI_ENABLED=true
if [ -f $CONFIG_CACHE/service_avahi.conf ]; then if [ -f $CONFIG_CACHE/services/avahi.conf ]; then
. $CONFIG_CACHE/service_avahi.conf . $CONFIG_CACHE/serviceS/avahi.conf
fi fi
if [ "$AVAHI_ENABLED" == "true" ]; then if [ "$AVAHI_ENABLED" == "true" ]; then
wait_for_dbus wait_for_dbus