diff --git a/inxi b/inxi index ccac08c..1837d1e 100755 --- a/inxi +++ b/inxi @@ -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 }