diff options
-rw-r--r-- | net/ifwatchd.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh index 44c6ea31..dbf05d3d 100644 --- a/net/ifwatchd.sh +++ b/net/ifwatchd.sh @@ -54,7 +54,6 @@ ifwatchd_stop() ebegin "Stopping ifwatchd on" "${IFACE}" start-stop-daemon --stop --exec /usr/sbin/ifwatchd \ -- -c "${RC_LIBDIR}/sh/ifwatchd-carrier.sh" \ - -n "${RC_LIBDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}" \ - && return 0 + -n "${RC_LIBDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}" eend $? } |