mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +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
2
inxi
2
inxi
|
@ -12709,7 +12709,7 @@ print_raid_data()
|
||||||
fi
|
fi
|
||||||
if [[ ${a_raid_working[3]} == '' ]];then
|
if [[ ${a_raid_working[3]} == '' ]];then
|
||||||
if [[ ${a_raid_working[1]} != 'inactive' ]];then
|
if [[ ${a_raid_working[1]} != 'inactive' ]];then
|
||||||
device_components='N/A'
|
device_components=" ${C1}components$SEP3${C2} N/A"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
for component in ${a_raid_working[3]}
|
for component in ${a_raid_working[3]}
|
||||||
|
|
Loading…
Reference in a new issue