d/postinst: fix lintian: command-with-path-in-maintainer-script postinst:76 /usr/bin/pvecm

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-10-04 10:38:56 +02:00
parent e05c2d4989
commit 9efc89f6b0

2
debian/postinst vendored
View File

@ -73,7 +73,7 @@ case "$1" in
test -e /proxmox_install_mode && exit 0;
# the ExecStartPre doesn't triggers on service reload, so just in case
/usr/bin/pvecm updatecerts --silent || true
pvecm updatecerts --silent || true
deb-systemd-invoke reload-or-try-restart pvedaemon.service
deb-systemd-invoke reload-or-try-restart pvestatd.service