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:
parent
c05492d68d
commit
76ae3cf31b
2
debian/preinst
vendored
2
debian/preinst
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user