mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
mdnstool: fix if parameter, was ignored previously but default was ok
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This commit is contained in:
parent
b084fc0301
commit
4b2e36225a
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user