From 5f04d7c819bb069b7ca27f416794dac841161d40 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Tue, 11 Aug 2015 15:21:03 +0200 Subject: [PATCH] Space ruined variable Space ruined variable --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 0f08a7b..6e03025 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -24,7 +24,7 @@ OE_HOME_EXT="/$OE_USER/$OE_USER-server" #The default port where this Odoo instance will run under OE_PORT="8070" #Set to true if you want to install it, false if you don't need it or have it already installed. -INSTALL_WKHTMLTOPDF = "True" +INSTALL_WKHTMLTOPDF="True" #Choose the Odoo version which you want to install. For example: 8.0, 7.0 or saas-6. When using 'trunk' the master version will be installed. OE_VERSION="8.0"