[pve-devel] [PATCH manager v2 12/17] postinst: remove commented out call to a2ensite
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Mar 12 14:14:03 CET 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
debian/postinst | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/postinst b/debian/postinst
index f0002e5f..43011899 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -108,8 +108,6 @@ EOF
# rewrite banner
test -e /proxmox_install_mode || pvebanner || true
- #a2ensite pve.conf >/dev/null 2>&1
-
if test -z "$2"; then
: # no old version, nothing to do
else
--
2.14.2
More information about the pve-devel
mailing list