Reapply fix about using template1 database
It got lost, somehow...
This commit is contained in:
parent
9935b56a26
commit
3424f418b0
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ ADDONS=$(addons --addons-dir ${ADDONS_DIR} --include "${INCLUDE}" --exclude "${E
|
|||
|
||||
unbuffer $(which odoo || which openerp-server) \
|
||||
--data-dir=/mnt/data/odoo-data-dir \
|
||||
--db-template=template1 \
|
||||
-d ${PGDATABASE} \
|
||||
-i ${ADDONS:-base} \
|
||||
--stop-after-init
|
||||
|
|
|
|||
Loading…
Reference in a new issue