From b345b8b44fceb531374dff683273b167a5a09f7b Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 11 May 2012 18:48:14 +0000 Subject: [PATCH] removed debugger data, whoops! --- inxi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/inxi b/inxi index 24ce978..c9e82fe 100755 --- a/inxi +++ b/inxi @@ -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.