summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsh/net.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/net.sh b/sh/net.sh
index 4b4469c..c721908 100755
--- a/sh/net.sh
+++ b/sh/net.sh
@@ -666,7 +666,7 @@ stop()
[ "${IFACE}" != "lo" -a "${IFACE}" != "lo0" ] && \
_down 2>/dev/null
- type resolvconf >/dev/null 2>&1 && resolvconf -d "${IFACE}"
+ type resolvconf >/dev/null 2>&1 && resolvconf -d "${IFACE}" 2>/dev/null
if type postdown >/dev/null 2>&1; then
ebegin "Running postdown"