From 94860b853a41ce241598cb55966f4c2841cd2c1b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 1 Feb 2019 03:16:44 +0100 Subject: [broadcast-relay] T1224: fix missing newline between comment and options. --- src/conf_mode/bcast_relay.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conf_mode/bcast_relay.py') diff --git a/src/conf_mode/bcast_relay.py b/src/conf_mode/bcast_relay.py index d1257d4a5..8889e701c 100755 --- a/src/conf_mode/bcast_relay.py +++ b/src/conf_mode/bcast_relay.py @@ -32,8 +32,9 @@ config_tmpl = """ # UDP broadcast relay configuration for instance {{ id }} {%- if description %} # Comment: {{ description }} -{% endif -%} +{% endif %} DAEMON_ARGS="{% if address %}-s {{ address }} {% endif %}{{ id }} {{ port }} {{ interfaces | join(' ') }}" + """ default_config_data = { -- cgit v1.2.3