1
0
Fork 0
mirror of synced 2024-05-28 12:51:11 -04:00

Revert change

The # is not a comment, it's the #includedir syntax
This commit is contained in:
ymage 2014-12-12 14:55:58 +01:00
parent 9ec75d1cd8
commit 823283fea1

View file

@ -96,5 +96,5 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
{%- endfor %} {%- endfor %}
{% if includedir %} {% if includedir %}
includedir {{ includedir }} #includedir {{ includedir }}
{% endif %} {% endif %}