]> git.proxmox.com Git - pve-ha-manager.git/commit
Fix postinstall script not removing watchdog-mux.socket
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 4 Feb 2016 09:49:53 +0000 (10:49 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Feb 2016 17:23:19 +0000 (18:23 +0100)
commitecc145c9724f056549e5458f17d7714ac8c83459
tree966f5043b52c8a4efa8dca9b05feab05bd8767e3
parente9197621e2b363c25ee1ac31d92ac80a52c34dd9
Fix postinstall script not removing watchdog-mux.socket

watchdog-mux.socket was removed in f8a3fc80af but the
postinstall script used -e instead of -L to test for the
symlink, which fails since the destination is already
removed at that point.

Use -L and remove the dead symlink if it exists.

Reported-by: Alexandre Derumier <aderumier@odiso.com>
debian/postinst