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

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-10-13 17:21:28 +02:00
parent 11073720a2
commit d1778a773e

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