modified: mkraidconf.sh

great mdadm.conf
This commit is contained in:
fling
2010-11-02 11:00:49 +08:00
parent af44bbf8a1
commit 11d24f2847

View File

@@ -21,7 +21,7 @@ if [ ! -d $CONDIR ]; then
exit 1
fi
fi
mdadm -Ds -v > $1 2>>${DEV_LOG}
mdadm -Ds -v > $TARGET$1 2>>${DEV_LOG}
if [ $? -eq 0 ];then
info "make $1 allright"
else