[QUESTION] What's this line for?
Created by: LuisAlejandro
Hello
I'm analyzing this script:
https://github.com/Vauxoo/docker-odoo-image/blob/master/odoo-shippable/files/entrypoint_image#L61
And that line is giving the following error on Travis:
sed: can't read /root/*/openerp/cli/server.py: No such file or directory
Because the Odoo source is on /.repo_requirements and not on /root/
I'm wondering, is this script up to date? Is it still necessary?
Thanks in advance.