diff --git a/inxi b/inxi index 630ca5f..50d653d 100755 --- a/inxi +++ b/inxi @@ -8003,7 +8003,7 @@ print_raid_data() 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" + a_raid_data[0]="${C1}Device${SEP3}${C2} No RAID devices detected!" fi # now let's add on the system line and the unused device line. Only print on -xx if [[ $kernel_support$read_ahead$raid_event != '' ]];then