Skip to content
Snippets Groups Projects
Commit f62f5b7dbf1b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

fix directory for openerp-server as pip install make it go to /usr/local/bin

parent a071c2dafe56
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
if expr match $odoo ^.*\.egg$ ;
then
odoo="/usr/bin"
odoo="/usr/local/bin"
fi
echo "Odoo directory: $odoo"
if [ -e "$odoo/.git" ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment