mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
avahi: change path to service configfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c598fabb1f
commit
0f40e257b6
@ -35,8 +35,8 @@
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
while true; do
|
||||
AVAHI_ENABLED=true
|
||||
if [ -f $CONFIG_CACHE/service_avahi.conf ]; then
|
||||
. $CONFIG_CACHE/service_avahi.conf
|
||||
if [ -f $CONFIG_CACHE/services/avahi.conf ]; then
|
||||
. $CONFIG_CACHE/serviceS/avahi.conf
|
||||
fi
|
||||
if [ "$AVAHI_ENABLED" == "true" ]; then
|
||||
wait_for_dbus
|
||||
|
Loading…
x
Reference in New Issue
Block a user