mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 04:58:32 +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
32c86c9822
commit
45b789dc39
@ -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