branch one, try 7

This commit is contained in:
inxi-svn 2014-03-27 20:40:09 +00:00
parent af71683176
commit 9beed8b646

4
inxi
View file

@ -3,7 +3,7 @@
#### Script Name: inxi
#### Version: 2.1.11
#### Date: 2014-03-26
#### Patch Number: 06-b1
#### Patch Number: 07-b1
########################################################################
#### SPECIAL THANKS
########################################################################
@ -7734,7 +7734,7 @@ get_raid_component_data_bsd()
while ( getline && !/^$/ ) {
sub( /ONLINE/, "", $2 )
# raid level is the second item in the output
if ( $1 != "" ) {
if ( $1 != "" && raidLevel == "" ) {
raidLevel="zfs " $1
getline
}