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
8b80e3d714
commit
645b62ea8a
@ -36,7 +36,7 @@
|
|||||||
while true; do
|
while true; do
|
||||||
AVAHI_ENABLED=true
|
AVAHI_ENABLED=true
|
||||||
if [ -f $CONFIG_CACHE/services/avahi.conf ]; then
|
if [ -f $CONFIG_CACHE/services/avahi.conf ]; then
|
||||||
. $CONFIG_CACHE/serviceS/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