diff --git a/odoo_install.sh b/odoo_install.sh index ce98f85..9359df6 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -352,14 +352,13 @@ fi # Enable ssl #-------------------------------------------------- -if [ $INSTALL_NGINX = "True" ] and [$ENABLE_SSL= "True" ]; +if [ $INSTALL_NGINX = "True" ] and [$ENABLE_SSL= "True" ];then sudo add-apt-repository ppa:certbot/certbot && sudo apt-get update sudo apt-get install python-certbot-nginx sudo certbot --nginx -d $WEBSITE_NAME --noninteractive echo "SSL is enabled!" - else - echo "SSL isn't enabled due to choice of the user!" + echo "SSL isn't enabled due to choice of the user!" fi