]> git.proxmox.com Git - pve-manager.git/commitdiff
d/postinst: fix lintian: command-with-path-in-maintainer-script postinst:76 /usr...
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Oct 2021 08:38:56 +0000 (10:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Oct 2021 10:22:02 +0000 (12:22 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postinst

index b01c8839ceaf2cda2756e7a0fc49f67c65c3fd82..aed4da3f1cc7c7a3433a80d624303b60cbc2e336 100755 (executable)
@@ -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