We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aafdd6 commit 87c8adeCopy full SHA for 87c8ade
odoo_install.sh
@@ -399,10 +399,10 @@ if [ $INSTALL_NGINX = "True" ] && [ $ENABLE_SSL = "True" ] && [ $ADMIN_EMAIL !=
399
echo "SSL/HTTPS is enabled!"
400
else
401
echo "SSL/HTTPS isn't enabled due to choice of the user or because of a misconfiguration!"
402
- if $ADMIN_EMAIL = "odoo@example.com" then
+ if $ADMIN_EMAIL = "odoo@example.com";then
403
echo "Certbot does not support registering odoo@example.com. You should use real e-mail address."
404
fi
405
- if $WEBSITE_NAME = "_" then
+ if $WEBSITE_NAME = "_";then
406
echo "Website name is set as _. Cannot obtain SSL Certificate for _. You should use real website address."
407
408
0 commit comments