new tarball, same version. Fixed a failure to handle N/A in zfs where there are no detected components.

This commit is contained in:
inxi-svn 2014-09-22 01:14:28 +00:00
parent 0497f153cd
commit 57dd609f09

2
inxi
View file

@ -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]}