From 64692600c68ea5d816b9d89f396d22712c99b779 Mon Sep 17 00:00:00 2001 From: Tony Benoy Date: Sun, 1 Mar 2020 17:02:24 +0530 Subject: [PATCH] missed then --- odoo_install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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