From 92de21a49b14269970094171f44d5803027b1ecd Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 8 Mar 2018 15:47:20 +0100 Subject: [PATCH] Fixing typo in posttemplate --- posttemplate/70-lemon-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posttemplate/70-lemon-nginx b/posttemplate/70-lemon-nginx index 14d5fcb..e64a304 100755 --- a/posttemplate/70-lemon-nginx +++ b/posttemplate/70-lemon-nginx @@ -2,8 +2,8 @@ ENABLE=$(CreoleGet activerLemon 'non') CONF_FILES='manager-nginx.conf' -CONF_FILES='${CONF_FILE} handler-nginx.conf' -CONF_FILES='${CONF_FILE} portal-nginx.conf' +CONF_FILES='${CONF_FILES} handler-nginx.conf' +CONF_FILES='${CONF_FILES} portal-nginx.conf' for CONF_FILE in ${CONF_FILES} do