mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-21 11:18:41 +01:00
Squelch whitespace
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user