fix typo
This commit is contained in:
parent
7e0e23fc02
commit
d968fc0265
2
debian/prerm
vendored
2
debian/prerm
vendored
|
@ -4,4 +4,4 @@ set -e
|
|||
if [ "$1" = "upgrade" ] && [ "$2" ] && dpkg --compare-versions "$2" <= "1.12-1"; then
|
||||
ps aux | grep /usr/bin/dns-flood-detector | head -1 | awk '{ print $2 }' > /var/run/dns-flood-detector.pid
|
||||
fi
|
||||
#DEBHLPER#
|
||||
#DEBHELPER#
|
||||
|
|
Loading…
Reference in a new issue