Skip to content

Commit bf06a3b

Browse files
authored
[Fix] Link to correct conf to copy
Was referring to openerp-server.conf but was renamed to odoo.conf in V10.
1 parent 4dcc32f commit bf06a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ echo -e "\n---- Setting permissions on home folder ----"
114114
sudo chown -R $OE_USER:$OE_USER $OE_HOME/*
115115

116116
echo -e "* Create server config file"
117-
sudo cp $OE_HOME_EXT/debian/openerp-server.conf /etc/${OE_CONFIG}.conf
117+
sudo cp $OE_HOME_EXT/debian/odoo.conf /etc/${OE_CONFIG}.conf
118118
sudo chown $OE_USER:$OE_USER /etc/${OE_CONFIG}.conf
119119
sudo chmod 640 /etc/${OE_CONFIG}.conf
120120

0 commit comments

Comments
 (0)