From f86d67020341a35a2548ddb11aaaaa0dedbae29d Mon Sep 17 00:00:00 2001 From: Tony Benoy Date: Sat, 7 Mar 2020 18:17:57 +0530 Subject: [PATCH] changes Signed-off-by: Tony Benoy --- README.md | 2 +- odoo_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a36a2c..48f77c0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ There are a few things you can configure, this is the most used list:
```ENABLE_SSL``` Set this to ```True``` to install [certbot](https://github.com/certbot/certbot) and configure nginx with https using a free Let's Encrypted certificate
```ADMIN_EMAIL``` Email is needed to register for Let's Encrypt registration. Replace the default placeholder with an email of your organisation.
```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the placeholder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation
- _By enabling SSL through Let's Encrypt you agree to the following [policies](https://www.eff.org/code/privacy/policy)_
+ _By enabling SSL though Let's Encrypt you agree to the following [policies](https://www.eff.org/code/privacy/policy)_
#### 3. Make the script executable ``` diff --git a/odoo_install.sh b/odoo_install.sh index 57dcb95..b748a62 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -377,6 +377,6 @@ echo "Start Odoo service: sudo service $OE_CONFIG start" echo "Stop Odoo service: sudo service $OE_CONFIG stop" echo "Restart Odoo service: sudo service $OE_CONFIG restart" if [ $INSTALL_NGINX = "True" ]; then - echo "Nginx configuration at: /etc/nginx/sites-available/odoo" + echo "Nginx configuration file: /etc/nginx/sites-available/odoo" fi echo "-----------------------------------------------------------"