From 84e09208e27ff364bfb0fb5c5544bad53ebdfa4d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 11 Sep 2016 00:39:47 -0400 Subject: erp1: Hack --- (limited to 'hosts') diff --git a/hosts/erp1 b/hosts/erp1 index ff8a152..3d5e236 100644 --- a/hosts/erp1 +++ b/hosts/erp1 @@ -103,6 +103,9 @@ do_postinst() mv /etc/rc.local.orig /etc/rc.local EOF chmod a+x "${target}/etc/rc.local" + # Another ugly hack: allow non-localhost connections. + sed -i '29,31s/^ / #/' \ + "${target}/etc/apache2/conf-available/ledgersmb.conf" # Install Odoo. info 'Installing Odoo' -- cgit v0.9.1