From 07aad0d0465ee8c8313a9fffde9df562aeef8331 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Sat, 17 Feb 2018 18:20:50 +0100 Subject: [PATCH] [FIX]Nginx Odoo typo and so no empty file to begin... --- odoo/nginx/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo/nginx/launch.sh b/odoo/nginx/launch.sh index 87f015a..b0ad688 100644 --- a/odoo/nginx/launch.sh +++ b/odoo/nginx/launch.sh @@ -7,7 +7,7 @@ export DOLLSIGN=$ cd /etc/nginx/templates for tpl in * ; do if [ $tpl = "odoo.conf" ]; then - echo '' > /etc/nginx/conf/$tpl + echo '' > /etc/nginx/conf.d/$tpl index=0 IFS=':' read -ra ODOO_SERVICE <<< "$ODOO_SERVICE" IFS=':' read -ra ODOO_SERVER_NAMES <<< "$ODOO_SERVER_NAMES"