diff --git a/inxi b/inxi index eb781fb..637cc4b 100755 --- a/inxi +++ b/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]}