Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(export): fix conf export fail because of centreontrapd (#9973)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguyvda authored and callapa committed Dec 13, 2021
1 parent d217fd8 commit 9cca372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/perl/centreon/script/centreontrapd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ sub submitResult_do {
} else {
$submit = '/bin/echo "' . $prefix . "[$datetime] $str\" >> " . $self->{cmdFile};
}
$submit = '/bin/echo "' . $prefix . "[$datetime] $str\" >> " . $self->{cmdFile};
} else {
$str =~ s/'/'\\''/g;
$str =~ s/"/\\"/g;
Expand Down

0 comments on commit 9cca372

Please sign in to comment.