mdnstool: fix if parameter, was ignored previously but default was ok

Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This commit is contained in:
Magnus Skjegstad 2016-01-28 21:15:38 +01:00
parent b084fc0301
commit 4b2e36225a

View File

@ -20,7 +20,7 @@ start()
--background \
--exec /sbin/mdnstool \
--make-pidfile --pidfile ${PIDFILE} \
-- if eth0 -hostname ${HOSTNAME}
-- -if eth0 -hostname ${HOSTNAME}
eend $? "Failed to start mDNS server"
}