diff --git a/check_lsi_raid b/check_lsi_raid index 88f04f9..3ae0c4e 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -251,7 +251,7 @@ sub getControllerInfo{ $storcli =~ /^(.*)\/c[0-9]+/; $command = $1.'/c'.$CONTROLLER.' show all'; if(!$writelogs) { $command .= ' nolog'; } - + push @{$commands_a}, $command; my @output = `$command`; if($? >> 8 != 0){