Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from dud225/patch-1
Browse files Browse the repository at this point in the history
End commandline with a newline
  • Loading branch information
derf committed Aug 12, 2016
2 parents c8f711e + 45d43ad commit de64016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/icli
Expand Up @@ -1195,7 +1195,7 @@ sub display_overview {
}

sub dispatch_command {
my $str = join( ';', @_ );
my $str = join( ';', @_ ) . "\n";

open( my $cmd_fh, '>', $rw_file )
or die( "Failed to open icinga command file ($rw_file): $!\n"
Expand Down

0 comments on commit de64016

Please sign in to comment.