Revert change
The # is not a comment, it's the #includedir syntax
This commit is contained in:
parent
9ec75d1cd8
commit
823283fea1
1 changed files with 1 additions and 1 deletions
|
@ -96,5 +96,5 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
{% if includedir %}
|
{% if includedir %}
|
||||||
includedir {{ includedir }}
|
#includedir {{ includedir }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue