diff options
Diffstat (limited to 'sh/net.sh')
-rwxr-xr-x | sh/net.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -553,7 +553,7 @@ stop() { [ -x /sbin/resolvconf ] && resolvconf -d "${IFACE}" - if type predown >/dev/null 2>/dev/null ; then + if type postdown >/dev/null 2>/dev/null ; then ebegin "Running postdown" eindent postdown |