From 52b16e34e85f4440c8a7d59b90c5eefc9f7c6913 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Tue, 11 Aug 2015 16:31:26 +0200 Subject: [PATCH] Add postgreSQL user details Add postgreSQL user details --- odoo_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 5806fc1..00983a1 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -205,7 +205,8 @@ sudo su root -c "/etc/init.d/$OE_CONFIG start" echo "-----------------------------------------------------------" echo "Done! The Odoo server is up and running. Specifications:" echo "Port: $OE_PORT" -echo "User: $OE_USER" +echo "User service: $OE_USER" +echo "User PostgreSQL: $OE_USER" echo "Code location: $OE_USER" echo "Addons folder: $OE_USER/$OE_CONFIG/addons/" echo "Start Odoo service: sudo service $OE_CONFIG start"