add quotation marks to shortname

This commit is contained in:
Michael
2017-10-08 17:39:37 +02:00
committed by GitHub
parent 6ae835b4a1
commit 439161c9a8
@@ -5,7 +5,7 @@
{% if client_list.enabled == '1' %}
client {{ client_list.ip }} {
secret = {{ client_list.secret }}
shortname = {{ client_list.name }}
shortname = "{{ client_list.name }}"
}
{% endif %}