Fix condition check mistakes in templates

This commit is contained in:
Tristan PILAT 2019-06-18 17:45:15 +02:00 committed by Patrick Marchand
parent b459eab77a
commit bd821b7a06

View file

@ -1,5 +1,5 @@
CONTACT_MAIL="{{ evoadmin_contact_email or general_alert_email | mandatory }}"
WWWBOUNCE_MAIL="{{ evoadmin_bounce_email or general_alert_email | mandatory }}"
{% if evoadmin_multi_php == "True" %}
{% if evoadmin_multi_php == True %}
PHP_VERSIONS=(56 70 73)
{% endif %}