mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 18:19:10 +00:00
new tarball, same version. Fixed a failure to handle N/A in zfs where there are no detected components.
This commit is contained in:
parent
0497f153cd
commit
57dd609f09
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -12709,7 +12709,7 @@ print_raid_data()
|
|||
fi
|
||||
if [[ ${a_raid_working[3]} == '' ]];then
|
||||
if [[ ${a_raid_working[1]} != 'inactive' ]];then
|
||||
device_components='N/A'
|
||||
device_components=" ${C1}components$SEP3${C2} N/A"
|
||||
fi
|
||||
else
|
||||
for component in ${a_raid_working[3]}
|
||||
|
|
Loading…
Add table
Reference in a new issue