1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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