Fix condition check mistakes in templates

This commit is contained in:
Tristan PILAT 2019-06-18 17:45:15 +02:00
parent 6d3eaf891c
commit 936ab9cbe6

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 %}