Skip to content

Commit

Permalink
Merge pull request #2 from ankkzz/ankkzz-patch-1
Browse files Browse the repository at this point in the history
Update getBondStatus : Lists the bond names with a space.
  • Loading branch information
ankkzz committed Dec 4, 2015
2 parents db3b810 + 6fff9c0 commit 24ede13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getBondStatus
Expand Up @@ -66,7 +66,7 @@ sub get_bonded_interfaces {
push @bonds,$file;
}

print STDOUT "Bonds: ",@bonds,"\n" if $verbose eq 1;
print STDOUT "Bonds: ", join(' ',@bonds) ,"\n" if $verbose eq 1;

return \@bonds;
}
Expand Down

0 comments on commit 24ede13

Please sign in to comment.