Merge pull request #43 from btriller/patch-1

Squelch whitespace
This commit is contained in:
Georg Schönberger
2025-08-04 07:01:50 +02:00
committed by GitHub
+1 -1
View File
@@ -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){