From 394b2c430051c8c7c23bad330374566a9bb9a148 Mon Sep 17 00:00:00 2001 From: Tony Benoy Date: Thu, 27 Dec 2018 21:24:55 +0530 Subject: [PATCH] Longpolling comment fix --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 2f57125..f817edd 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -34,7 +34,7 @@ OE_SUPERADMIN="admin" OE_CONFIG="${OE_USER}-server" # Set the website name WEBSITE_NAME="_" -#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.) +#Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.) LONGPOLLING_PORT="8072" ##