From 8659ca9ef9c1b0826799ea8da217c886ff0c26b5 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 6 Jun 2018 19:09:36 +0200 Subject: ifdown-post: artifact whitespace removed from the DBus call This was causing the DBus call to fail, and we didn't catch it before since we were forwarding everything into /dev/null... Related: RHBZ#1586284 --- network-scripts/ifdown-post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network-scripts') 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 -- cgit v1.2.1