5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-24 06:03:55 +03:00

fix lintian warning command-with-path-in-maintainer-script

This commit is contained in:
Dietmar Maurer 2015-06-27 16:24:58 +02:00
parent c05492d68d
commit 76ae3cf31b

2
debian/preinst vendored
View File

@ -8,7 +8,7 @@ case "$1" in
if [ -e '/usr/sbin/pve-firewall' ]; then
if dpkg --compare-versions "$old_version" lt '1.0-16' ; then
echo "Detected old pve-firewall version - using stop/start to restart"
/usr/sbin/pve-firewall stop
pve-firewall stop
fi
fi
;;