Merge branch 'master' into 'master'

Fix startup

See merge request ydkn/docker-avahi!1
This commit is contained in:
Florian Schwab 2021-12-21 11:23:35 +00:00
commit 68469cd198

View file

@ -8,4 +8,6 @@ if [ ! -z "${DENY_INTERFACES}" ]; then
sed -i "s/.*deny-interfaces=.*/deny-interfaces=${DENY_INTERFACES}/" /etc/avahi/avahi-daemon.conf
fi
rm -f /var/run/avahi-daemon/*
exec "$@"