From a55aac9d8f08ac47a6f68e86f18c56e1847c5db3 Mon Sep 17 00:00:00 2001 From: Tony Benoy Date: Sun, 1 Mar 2020 19:10:09 +0530 Subject: [PATCH] typo --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 57708f1..3c3eb2b 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -35,7 +35,7 @@ OE_SUPERADMIN="admin" GENERATE_RANDOM_PASSWORD="True" OE_CONFIG="${OE_USER}-server" # Set the website name -WEBSITE_NAME="-" +WEBSITE_NAME="_" # Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.) LONGPOLLING_PORT="8072" # Set to "True" to install certbot and have ssl enabled, "False" to use http