mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
add quotation marks to shortname
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user