mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2025-07-14 03:41:50 +02:00
Update check_lsi_raid
Fix spaces with tabs
This commit is contained in:

committed by
GitHub

parent
4bb116b41d
commit
e4e88f1c45
@ -1371,7 +1371,7 @@ MAIN: {
|
||||
@physDevices = split(/,/,join(',', @physDevices));
|
||||
# Check if the BBU param is correct
|
||||
if(($bbu != 2) && ($bbu != 1) && ($bbu != 0)) {
|
||||
print "Error: invalid BBU/CV parameter, must be 0, 1 or 2!\n";
|
||||
print "Error: invalid BBU/CV parameter, must be 0, 1 or 2!\n";
|
||||
exit(STATE_UNKNOWN);
|
||||
}
|
||||
my ($bbuPresent,$cvPresent) = (0,0);
|
||||
|
Reference in New Issue
Block a user