]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
unbound/dhcp: stop lease bridge if dhcp was needed to killed
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 13 Oct 2016 15:21:28 +0000 (17:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 13 Oct 2016 15:21:28 +0000 (17:21 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/initscripts/init.d/dhcp

index 2182bc4b3a39cf8af4e5efe0a6180d1e1d8d9519..2ae86db314f44d17c28136a30aff376f29144507 100644 (file)
@@ -58,7 +58,6 @@ case "$1" in
                    killall -w -s KILL /usr/sbin/dhcpd > /dev/null 2>&1
                    rm -f /var/run/dhcpd.pid > /dev/null 2>&1
                    echo_ok;
-                   exit 0
                fi
 
                boot_mesg "Stopping Unbound DHCP Leases Bridge..."