瀏覽代碼

Fix jinja spacing mistake for unknown options

When specifying multiple unknown ssh options, they would all appear on
the same line.
tags/v0.41.0
Skyler Berg 10 年之前
父節點
當前提交
a83409182f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config 查看文件

@@ -140,7 +140,7 @@
{%- for keyword in sshd_config.keys() %}
{#- Matches have to be at the bottem and should be handled differently -#}
{%- if not keyword in processed_options and keyword != 'matches' -%}
{#- send a blank default as it doesn't matter -#}
{#- send a blank default as it doesn't matter #}
{{ render_option(keyword, '') }}
{%- endif -%}
{%- endfor %}

Loading…
取消
儲存