removed debugger data, whoops!

This commit is contained in:
inxi-svn 2012-05-11 18:48:14 +00:00
parent 31bf0858c1
commit b345b8b44f

7
inxi
View file

@ -5479,13 +5479,6 @@ get_raid_data()
mdstat="$( cat $FILE_MDSTAT 2>/dev/null )"
fi
mdstat="Personalities : [raid0] [raid1]
md5 : active raid0 sdc1[0] sdd1[1]
976769024 blocks super 1.2 512k chunks
md4 : active raid1 sde2[0] sdf2[1]
955788224 blocks [2/2] [UU]"
if [[ -n $mdstat ]];then
# need to make sure there's always a newline in front of each record type, and
# also correct possible weird formats for the output from older kernels etc.