[FIX] install_script: fix typo in print

[FIX] install_script: fix typo in print
13.0
Yenthe Van Ginneken 5 years ago committed by GitHub
commit b61b311562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -369,7 +369,7 @@ 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 "Configuration file location: /etc/${OE_CONFIG}.conf"
echo "Logfile location: /var/log/$OE_USER" 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"

Loading…
Cancel
Save