adjust mdstat output

This commit is contained in:
neingeist 2013-02-27 09:19:45 +01:00
parent 44f384b68b
commit c8f3e105d0

View file

@ -134,7 +134,7 @@ sub print_md_current_state {
printf " \${color #98c2c7}%s\$color \${color $color}%s\$color\n",
"/dev/$md_current", $md_current_state;
if ($print_mdstat) {
printf "\${color $color}%s\$color\n",
printf "\n\${color $color}%s\$color",
$md_current_mdstat;
}
}