Commit Graph

2 Commits

Author SHA1 Message Date
Mike Dillon
0ed964e2f9 Support "--" as documented
If "$1" starts with "-", then act like "$@" starts with /usr/bin/openerp-server
--config=/etc/odoo/openerp-server.conf
2015-03-10 18:56:53 -07:00
Mike Dillon
45bfe40dcb Change to ENTRYPOINT + CMD
The addition of `set -e` in the run.sh script exposed the fact that it was
erroring out when `$# -eq 0`.
2015-03-10 17:46:12 -07:00