final tweak to missing mdstat file output

This commit is contained in:
inxi-svn 2012-05-11 06:44:02 +00:00
parent b26c4ec1e7
commit 217e14414e

2
inxi
View file

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