From 967f70364d4c10d41f38683652445418ce835196 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Wed, 21 Dec 2016 11:05:38 +0100 Subject: [PATCH] [IMP] Debian xmlrpc-port auto-fill This will automatically fill in the XMLRPC-port that is configured at the top of the script. This was not passed on in a variable so if the user would change the port at the top it wouldn't change in the configuration file. This is now fixed! --- odoo_install_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install_debian.sh b/odoo_install_debian.sh index 149e344..edb34b6 100644 --- a/odoo_install_debian.sh +++ b/odoo_install_debian.sh @@ -206,7 +206,7 @@ without_demo = False workers = 2 xmlrpc = True xmlrpc_interface = -xmlrpc_port = 8069 +xmlrpc_port = $OE_PORT EOF chown $OE_USER:$OE_USER /etc/${OE_CONFIG}.conf