Skip to content

Commit f86d670

Browse files
committed
changes
Signed-off-by: Tony Benoy <[email protected]>
1 parent 330344f commit f86d670

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are a few things you can configure, this is the most used list:<br/>
2525
```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<br/>
2626
```ADMIN_EMAIL``` Email is needed to register for Let's Encrypt registration. Replace the default placeholder with an email of your organisation.<br/>
2727
```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<br/>
28-
_By enabling SSL through Let's Encrypt you agree to the following [policies](https://www.eff.org/code/privacy/policy)_ <br/>
28+
_By enabling SSL though Let's Encrypt you agree to the following [policies](https://www.eff.org/code/privacy/policy)_ <br/>
2929

3030
#### 3. Make the script executable
3131
```

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,6 @@ echo "Start Odoo service: sudo service $OE_CONFIG start"
377377
echo "Stop Odoo service: sudo service $OE_CONFIG stop"
378378
echo "Restart Odoo service: sudo service $OE_CONFIG restart"
379379
if [ $INSTALL_NGINX = "True" ]; then
380-
echo "Nginx configuration at: /etc/nginx/sites-available/odoo"
380+
echo "Nginx configuration file: /etc/nginx/sites-available/odoo"
381381
fi
382382
echo "-----------------------------------------------------------"

0 commit comments

Comments
 (0)