aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnetwork-scripts/ifdown-post2
1 files changed, 1 insertions, 1 deletions
diff --git a/network-scripts/ifdown-post b/network-scripts/ifdown-post
index ab6b1b55..83d48775 100755
--- a/network-scripts/ifdown-post
+++ b/network-scripts/ifdown-post
@@ -58,7 +58,7 @@ if [ "${REALDEVICE}" != "lo" ]; then
dbus-send --system --dest=org.fedoraproject.FirewallD1 \
/org/fedoraproject/FirewallD1 \
org.fedoraproject.FirewallD1.zone.removeInterface \
- string: "" string:"${DEVICE}" \
+ string:"" string:"${DEVICE}" \
> /dev/null 2>&1
fi