From 5e2d7457fd87ab0acb3791489edc8596d4472d03 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 8 Mar 2018 16:11:34 +0100 Subject: [PATCH] Fix typo in posttempalte (again) --- posttemplate/70-lemon-nginx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posttemplate/70-lemon-nginx b/posttemplate/70-lemon-nginx index e64a304..4f8e765 100755 --- a/posttemplate/70-lemon-nginx +++ b/posttemplate/70-lemon-nginx @@ -1,9 +1,9 @@ #!/bin/bash ENABLE=$(CreoleGet activerLemon 'non') -CONF_FILES='manager-nginx.conf' -CONF_FILES='${CONF_FILES} handler-nginx.conf' -CONF_FILES='${CONF_FILES} portal-nginx.conf' +CONF_FILES="manager-nginx.conf" +CONF_FILES="${CONF_FILES} handler-nginx.conf" +CONF_FILES="${CONF_FILES} portal-nginx.conf" for CONF_FILE in ${CONF_FILES} do