Fixing typo in posttemplate

This commit is contained in:
Philippe Caseiro 2018-03-08 15:47:20 +01:00
parent e52faa122b
commit 92de21a49b
1 changed files with 2 additions and 2 deletions

View File

@ -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