Skip to content

Commit 4e8d8a9

Browse files
committed
combine mdadm stderr and stdout
Signed-off-by: Zen <[email protected]>
1 parent aff2852 commit 4e8d8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/fs/mdraid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'
22

33

44
def md_init(self):
5-
return 'einfo "Assembling MD devices: $(mdadm --assemble --scan)"'
5+
return 'einfo "Assembling MD devices: $(mdadm --assemble --scan 2>&1)"'

0 commit comments

Comments
 (0)