unbound/dhcp: stop lease bridge if dhcp was needed to killed

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-10-13 17:21:28 +02:00
committed by Michael Tremer
parent 1b4d5ad9af
commit 9f9d4e3c74

View 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..."