From 9beed8b6464c1610fb006053561cdb44a95cc0b6 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 27 Mar 2014 20:40:09 +0000 Subject: [PATCH] branch one, try 7 --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }