startup fix
This commit is contained in:
parent
c6ce80fcc6
commit
60423a3338
1 changed files with 2 additions and 0 deletions
|
@ -8,4 +8,6 @@ if [ ! -z "${DENY_INTERFACES}" ]; then
|
||||||
sed -i "s/.*deny-interfaces=.*/deny-interfaces=${DENY_INTERFACES}/" /etc/avahi/avahi-daemon.conf
|
sed -i "s/.*deny-interfaces=.*/deny-interfaces=${DENY_INTERFACES}/" /etc/avahi/avahi-daemon.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -f /var/run/avahi-daemon/*
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Reference in a new issue