From 35b744c27dd1387f2eb5f3a357fcc2dfa047dc14 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 26 Sep 2001 19:02:15 +0000 Subject: throw away stderr --- sysconfig/network-scripts/ifdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifdown b/sysconfig/network-scripts/ifdown index c9b03c85..4dea40ed 100755 --- a/sysconfig/network-scripts/ifdown +++ b/sysconfig/network-scripts/ifdown @@ -87,7 +87,7 @@ else # may have been changed in the config file since the device was # brought up. Flush all addresses associated with this # instance instead. - ip addr flush dev ${REALDEVICE} label ${DEVICE} + ip addr flush dev ${REALDEVICE} label ${DEVICE} 2>/dev/null fi if [ "${REALDEVICE}" = "${DEVICE}" ]; then -- cgit v1.2.1