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"