Fix return display.
This commit is contained in:
parent
53401cd35f
commit
bdd8b150cd
@ -54,7 +54,6 @@ ifwatchd_stop()
|
|||||||
ebegin "Stopping ifwatchd on" "${IFACE}"
|
ebegin "Stopping ifwatchd on" "${IFACE}"
|
||||||
start-stop-daemon --stop --exec /usr/sbin/ifwatchd \
|
start-stop-daemon --stop --exec /usr/sbin/ifwatchd \
|
||||||
-- -c "${RC_LIBDIR}/sh/ifwatchd-carrier.sh" \
|
-- -c "${RC_LIBDIR}/sh/ifwatchd-carrier.sh" \
|
||||||
-n "${RC_LIBDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}" \
|
-n "${RC_LIBDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}"
|
||||||
&& return 0
|
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user