1
0
mirror of synced 2026-05-01 22:26:08 +00:00

Fix bashisms: kill -HUP -> kill -s HUP

This commit is contained in:
Axel Beckert
2010-04-09 01:32:22 +02:00
parent 1fded1e897
commit eae96c3b5a
8 changed files with 8 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ if [ -z "${dhcp}" ]; then
if [ -e /var/run/dnsmasq.pid ]; then
logMessage Allowing DNSMasq to restart.
kill -HUP `cat /var/run/dnsmasq.pid`
kill -s HUP `cat /var/run/dnsmasq.pid`
fi
fi
fi