[IMP] odoo_install: print config & logfile location

pull/249/head
Yenthe Van Ginneken 6 years ago committed by GitHub
parent 434e93c280
commit 7ac47b8569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -369,6 +369,8 @@ echo "-----------------------------------------------------------"
echo "Done! The Odoo server is up and running. Specifications:" echo "Done! The Odoo server is up and running. Specifications:"
echo "Port: $OE_PORT" echo "Port: $OE_PORT"
echo "User service: $OE_USER" 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 "User PostgreSQL: $OE_USER"
echo "Code location: $OE_USER" echo "Code location: $OE_USER"
echo "Addons folder: $OE_USER/$OE_CONFIG/addons/" echo "Addons folder: $OE_USER/$OE_CONFIG/addons/"

Loading…
Cancel
Save