Squelch whitespace

This commit is contained in:
Bastian Triller
2025-08-02 11:19:55 +02:00
committed by GitHub
parent e27cc7360c
commit f3ccbe4152

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){