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 32c86c9822
commit 45b789dc39

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"
}