aws: Suppress any output from ending dhclient

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-07-01 11:51:39 +01:00
parent 787469ebd6
commit 9a56118b61

View File

@@ -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)