mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user