From 7ac47b856950cd1aa889b9e1b2d9a0531fcbd3ce Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Sun, 21 Jun 2020 19:47:19 +0200 Subject: [PATCH] [IMP] odoo_install: print config & logfile location --- odoo_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/odoo_install.sh b/odoo_install.sh index a7d2617..3dcee69 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -369,6 +369,8 @@ echo "-----------------------------------------------------------" echo "Done! The Odoo server is up and running. Specifications:" echo "Port: $OE_PORT" echo "User service: $OE_USER" +echo "Configuraton file location: /etc/${OE_CONFIG}.conf" +echo "Logfile location: /var/log/$OE_USER" echo "User PostgreSQL: $OE_USER" echo "Code location: $OE_USER" echo "Addons folder: $OE_USER/$OE_CONFIG/addons/"