From: Michael Tremer Date: Sun, 1 Jul 2018 10:51:39 +0000 (+0100) Subject: aws: Suppress any output from ending dhclient X-Git-Tag: v2.21-core123~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a56118b61ae307e2cceac44df0ff867cc5bf6aa;p=ipfire-2.x.git aws: Suppress any output from ending dhclient Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/aws b/src/initscripts/system/aws index e0bc2ef716..1ac19a3cb3 100644 --- a/src/initscripts/system/aws +++ b/src/initscripts/system/aws @@ -58,7 +58,7 @@ case "${1}" in dhclient -sf /etc/rc.d/helper/aws-setup "${intf}" # End DHCP client immediately - dhclient -sf /etc/rc.d/helper/aws-setup -r "${intf}" + dhclient -sf /etc/rc.d/helper/aws-setup -r "${intf}" &>/dev/null ;; status)