Skip to content

Commit 602a6da

Browse files
committed
Add missing closure in ifcfg-eth.erb.
1 parent 2cd3ca2 commit 602a6da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/ifcfg-eth.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ IPV6INIT=yes
5151
<% if @linkdelay %>LINKDELAY=<%= @linkdelay %>
5252
<% end -%>
5353
<% if @scope %>SCOPE="<%= @scope %>"
54+
<% end -%>
5455
<% if @check_link_down %>
5556
check_link_down() {
5657
return 1;

0 commit comments

Comments
 (0)