From bf06a3b43cb5e73b98e2773a72165181d88e8d38 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Fri, 7 Oct 2016 10:26:05 +0200 Subject: [PATCH] [Fix] Link to correct conf to copy Was referring to openerp-server.conf but was renamed to odoo.conf in V10. --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 1b5a8dd..ffd820b 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -114,7 +114,7 @@ echo -e "\n---- Setting permissions on home folder ----" sudo chown -R $OE_USER:$OE_USER $OE_HOME/* echo -e "* Create server config file" -sudo cp $OE_HOME_EXT/debian/openerp-server.conf /etc/${OE_CONFIG}.conf +sudo cp $OE_HOME_EXT/debian/odoo.conf /etc/${OE_CONFIG}.conf sudo chown $OE_USER:$OE_USER /etc/${OE_CONFIG}.conf sudo chmod 640 /etc/${OE_CONFIG}.conf