[FIX] Fixed typo

pull/251/head
Swapnesh Shah 5 years ago committed by GitHub
parent b7ec4b3871
commit 0985ae6d57
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