Reapply fix about using template1 database

It got lost, somehow...
This commit is contained in:
Stéphane Bidoul 2022-01-04 16:44:30 +01:00
parent 9935b56a26
commit 3424f418b0
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -17,6 +17,7 @@ ADDONS=$(addons --addons-dir ${ADDONS_DIR} --include "${INCLUDE}" --exclude "${E
unbuffer $(which odoo || which openerp-server) \ unbuffer $(which odoo || which openerp-server) \
--data-dir=/mnt/data/odoo-data-dir \ --data-dir=/mnt/data/odoo-data-dir \
--db-template=template1 \
-d ${PGDATABASE} \ -d ${PGDATABASE} \
-i ${ADDONS:-base} \ -i ${ADDONS:-base} \
--stop-after-init --stop-after-init