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