Update odoo_install.sh

pull/215/head
Tony Benoy 6 years ago committed by GitHub
parent 4d0256ffa8
commit dc043f4462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -377,6 +377,6 @@ echo "Start Odoo service: sudo service $OE_CONFIG start"
echo "Stop Odoo service: sudo service $OE_CONFIG stop" echo "Stop Odoo service: sudo service $OE_CONFIG stop"
echo "Restart Odoo service: sudo service $OE_CONFIG restart" echo "Restart Odoo service: sudo service $OE_CONFIG restart"
if [ $INSTALL_NGINX = "True" ]; then if [ $INSTALL_NGINX = "True" ]; then
echo "Nginx configuration at: /etc/nginx/sites-available/odo echo "Nginx configuration at: /etc/nginx/sites-available/odoo"
fi fi
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"

Loading…
Cancel
Save