network: Do not output empty lines if no options defined.
This commit is contained in:
parent
36eb38017e
commit
14a06d8119
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<%= @options.join("\n") %>
|
<%= @options.join("\n") unless @options.empty? %>
|
||||||
<% if @proto == 'dhcp' -%>
|
<% if @proto == 'dhcp' -%>
|
||||||
dhcp NONE NONE NONE
|
dhcp NONE NONE NONE
|
||||||
<% elsif @proto == 'none' -%>
|
<% elsif @proto == 'none' -%>
|
||||||
|
|
Loading…
Add table
Reference in a new issue