diff --git a/inxi b/inxi index 7cf09a7..630ca5f 100755 --- a/inxi +++ b/inxi @@ -8000,7 +8000,7 @@ print_raid_data() fi if [[ $B_MDSTAT_FILE != 'true' ]];then - a_raid_data[0]="${C1}No /proc/mdstat file detected!${C2} " + a_raid_data[0]="${C1}Error${SEP3}${C2} No /proc/mdstat file detected!" else if [[ ${a_raid_data[0]} == '' ]];then a_raid_data[0]="${C1}Device${SEP3}${C2} No RAID devices detected"