mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 10:14:46 +00:00
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:
parent
e05c2d4989
commit
9efc89f6b0
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -73,7 +73,7 @@ case "$1" in
|
|||||||
test -e /proxmox_install_mode && exit 0;
|
test -e /proxmox_install_mode && exit 0;
|
||||||
|
|
||||||
# the ExecStartPre doesn't triggers on service reload, so just in case
|
# 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 pvedaemon.service
|
||||||
deb-systemd-invoke reload-or-try-restart pvestatd.service
|
deb-systemd-invoke reload-or-try-restart pvestatd.service
|
||||||
|
Loading…
Reference in New Issue
Block a user