aws: Always exit the init script cleanly

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-07-17 18:05:07 +01:00
parent 04441d8a3c
commit ba06294341

View File

@@ -59,6 +59,8 @@ case "${1}" in
# End DHCP client immediately
dhclient -sf /etc/rc.d/helper/aws-setup -r "${intf}" &>/dev/null
exit 0
;;
status)