Skip to content

Commit

Permalink
Add missing closure in ifcfg-eth.erb.
Browse files Browse the repository at this point in the history
  • Loading branch information
razorsedge committed Oct 7, 2015
1 parent 2cd3ca2 commit 602a6da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/ifcfg-eth.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ IPV6INIT=yes
<% if @linkdelay %>LINKDELAY=<%= @linkdelay %>
<% end -%>
<% if @scope %>SCOPE="<%= @scope %>"
<% end -%>
<% if @check_link_down %>
check_link_down() {
return 1;
Expand Down

0 comments on commit 602a6da

Please sign in to comment.