mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 07:09:11 +00:00
small bug fix, cleaned up for older bsds )) on their own line.
This commit is contained in:
parent
c66b0fa297
commit
85c4073d80
1 changed files with 1 additions and 2 deletions
3
inxi
3
inxi
|
@ -6833,8 +6833,7 @@ get_raid_data_bsd()
|
|||
raidString = raidString "," sectorsRecovered "," finishTime "," recoverSpeed
|
||||
gsub(/~/,"",raidString)
|
||||
print raidString
|
||||
}' <<< "$zpool_data"
|
||||
) )
|
||||
}' <<< "$zpool_data" ) )
|
||||
IFS="$ORIGINAL_IFS"
|
||||
get_raid_component_data_bsd
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue