diff options
Diffstat (limited to 'sysconfig')
-rwxr-xr-x | sysconfig/network-scripts/ifdown-eth | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifdown-eth b/sysconfig/network-scripts/ifdown-eth index 4ddd414d..3ebaff33 100755 --- a/sysconfig/network-scripts/ifdown-eth +++ b/sysconfig/network-scripts/ifdown-eth @@ -35,7 +35,6 @@ if [ -n "${BRIDGE}" -a -x /usr/sbin/brctl ]; then if LC_ALL=C /usr/sbin/brctl show | LC_ALL=C grep -q "^${BRIDGE} .*can't get port info"; then /usr/sbin/brctl delbr ${BRIDGE} fi - exit 0 fi . /etc/sysconfig/network |