modified: mkraidconf.sh
great mdadm.conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user