Update check_lsi_raid

Fix spaces with tabs
This commit is contained in:
Georg Schönberger
2022-07-26 10:14:53 +02:00
committed by GitHub
parent 4bb116b41d
commit e4e88f1c45

View File

@ -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);