mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
removed debugger data, whoops!
This commit is contained in:
parent
31bf0858c1
commit
b345b8b44f
7
inxi
7
inxi
|
@ -5479,13 +5479,6 @@ get_raid_data()
|
||||||
mdstat="$( cat $FILE_MDSTAT 2>/dev/null )"
|
mdstat="$( cat $FILE_MDSTAT 2>/dev/null )"
|
||||||
fi
|
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
|
if [[ -n $mdstat ]];then
|
||||||
# need to make sure there's always a newline in front of each record type, and
|
# 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.
|
# also correct possible weird formats for the output from older kernels etc.
|
||||||
|
|
Loading…
Reference in a new issue