mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-21 20:54:47 +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_path => $self->{option_results}->{command_path},
|
||||
command_options => $cmd_options,
|
||||
redirect_stderr => 1
|
||||
redirect_stderr => ($self->{output}->is_debug()) ? 0 : 1
|
||||
);
|
||||
|
||||
my $raw_results;
|
||||
|
Loading…
x
Reference in New Issue
Block a user