This commit is contained in:
inxi-svn 2012-05-11 06:44:31 +00:00
parent 217e14414e
commit 6ecaee1046

2
inxi
View file

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