diff --git a/debian/openerp-server.README.Debian b/debian/openerp-server.README.Debian index 13e7dde7295..8414958ba41 100644 --- a/debian/openerp-server.README.Debian +++ b/debian/openerp-server.README.Debian @@ -21,9 +21,9 @@ explanation how to achieve this (you need to execute all commands as root): # su - postgres -c "createuser -q --createdb --adduser openerp" - Note: If you want to run the database as another user than 'openerp', you need - to replace 'openerp' above with the user you want instead, and you need to - adjust 'db_user = openerp' in /etc/openerp-server.conf too. + Note: If you want to run the database as another user than 'openerp', you + need to replace 'openerp' above with the user you want instead, and you + need to adjust 'db_user = openerp' in /etc/openerp-server.conf too. 4. Initializing the database