diff --git a/debian/openerp-server.README.Debian b/debian/openerp-server.README.Debian index 39dede87780..af298134af8 100644 --- a/debian/openerp-server.README.Debian +++ b/debian/openerp-server.README.Debian @@ -15,7 +15,7 @@ explanation how to achieve this (you need to execute all commands as root): 1. Creating the database user - # su - postgres -c "createuser -q --createdb --no-createrole --pwprompt openerp" + # su - postgres -c "createuser --createdb --no-createrole --pwprompt 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