mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-22 21:24:53 +02:00
better handle aws cli debug
This commit is contained in:
parent
1c1989f4ce
commit
41f82869ca
@ -140,7 +140,7 @@ sub execute {
|
|||||||
command => $self->{option_results}->{command},
|
command => $self->{option_results}->{command},
|
||||||
command_path => $self->{option_results}->{command_path},
|
command_path => $self->{option_results}->{command_path},
|
||||||
command_options => $cmd_options,
|
command_options => $cmd_options,
|
||||||
redirect_stderr => 1
|
redirect_stderr => ($self->{output}->is_debug()) ? 0 : 1
|
||||||
);
|
);
|
||||||
|
|
||||||
my $raw_results;
|
my $raw_results;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user