This commit is contained in:
Andrey Sokolovskiy
2024-03-03 20:47:31 +07:00
parent 962ba8ca28
commit 258507c204
+1 -1
View File
@@ -6,7 +6,7 @@ Director {
{% if item.description is defined %}
Description = "{{ item.description }}"
{% endif %}
Password = "[md5]{{ item.password | md5 }}"
Password = "{{ item.password }}"
{% if item.monitor is defined and item.monitor %}
Monitor = Yes
{% endif %}