From 11d24f2847503bd78451436fd90559039b276752 Mon Sep 17 00:00:00 2001 From: fling Date: Tue, 2 Nov 2010 11:00:49 +0800 Subject: [PATCH] modified: mkraidconf.sh great mdadm.conf --- operation/mkraidconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operation/mkraidconf.sh b/operation/mkraidconf.sh index e4c5de6..920d180 100755 --- a/operation/mkraidconf.sh +++ b/operation/mkraidconf.sh @@ -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