Fix typo in posttempalte (again)

This commit is contained in:
Philippe Caseiro 2018-03-08 16:11:34 +01:00
parent 6e6a6449a4
commit 5e2d7457fd
1 changed files with 3 additions and 3 deletions

View File

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