mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
branch one, try 8, getting there
This commit is contained in:
parent
9beed8b646
commit
0a547ff084
8
inxi
8
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.1.11
|
#### Version: 2.1.11
|
||||||
#### Date: 2014-03-26
|
#### Date: 2014-03-26
|
||||||
#### Patch Number: 07-b1
|
#### Patch Number: 08-b1
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -7738,8 +7738,10 @@ get_raid_component_data_bsd()
|
||||||
raidLevel="zfs " $1
|
raidLevel="zfs " $1
|
||||||
getline
|
getline
|
||||||
}
|
}
|
||||||
components=components separator $1 separator $2
|
else {
|
||||||
separator=" "
|
components=components separator $1 separator $2
|
||||||
|
separator=" "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
print raidLevel "," components
|
print raidLevel "," components
|
||||||
}' <<< "$zpool_status" )
|
}' <<< "$zpool_status" )
|
||||||
|
|
Loading…
Reference in a new issue