diff --git a/app/templates/ajax/config_show.html b/app/templates/ajax/config_show.html index eedae805..0b201c73 100644 --- a/app/templates/ajax/config_show.html +++ b/app/templates/ajax/config_show.html @@ -268,7 +268,7 @@ {{ line }}
{% endif %} - {%- if "bind" in line and "@" not in line and "-" not int line -%} + {%- if "bind" in line and "@" not in line and "-" not in line -%} {%- set bind = line.split(':')[1] -%} {%- set bind = bind.split(' ') -%}