mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Missing backslash
This commit is contained in:
parent
8b31beed55
commit
73866fe377
1 changed files with 1 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ unbuffer $(which odoo || which openerp-server) \
|
|||
--data-dir=/mnt/data/odoo-data-dir \
|
||||
--no-database-list \
|
||||
-d ${PGDATABASE} \
|
||||
--db-filter=^${PGDATABASE}
|
||||
--db-filter=^${PGDATABASE} \
|
||||
--db_user=${PGUSER}
|
||||
|
|
|
|||
Loading…
Reference in a new issue