Skip to content

Commit 7ac47b8

Browse files
authored
[IMP] odoo_install: print config & logfile location
1 parent 434e93c commit 7ac47b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

odoo_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ echo "-----------------------------------------------------------"
369369
echo "Done! The Odoo server is up and running. Specifications:"
370370
echo "Port: $OE_PORT"
371371
echo "User service: $OE_USER"
372+
echo "Configuraton file location: /etc/${OE_CONFIG}.conf"
373+
echo "Logfile location: /var/log/$OE_USER"
372374
echo "User PostgreSQL: $OE_USER"
373375
echo "Code location: $OE_USER"
374376
echo "Addons folder: $OE_USER/$OE_CONFIG/addons/"

0 commit comments

Comments
 (0)