evoadmin-web: fix missing bracket in web-add.conf template

This commit is contained in:
Victor LABORIE 2019-12-10 16:07:58 +01:00 committed by Ludovic Poujol
parent 3601e802d6
commit 84ec361270
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ CONTACT_MAIL="{{ evoadmin_contact_email or general_alert_email | mandatory }}"
WWWBOUNCE_MAIL="{{ evoadmin_bounce_email or general_alert_email | mandatory }}"
{% if evoadmin_multiphp_versions != [] %}
PHP_VERSIONS={{ evoadmin_multiphp_versions | join(' ') | replace('php', '') }} );
PHP_VERSIONS=({{ evoadmin_multiphp_versions | join(' ') | replace('php', '') }});
{% endif %}