From 9efc89f6b05d08c62d7c9e64fd9db940033f6419 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 4 Oct 2021 10:38:56 +0200 Subject: [PATCH] d/postinst: fix lintian: command-with-path-in-maintainer-script postinst:76 /usr/bin/pvecm Signed-off-by: Thomas Lamprecht --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b01c8839..aed4da3f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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