aend
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
# This file is a wrapper to mkraid.sh.
|
||||
while read line
|
||||
do
|
||||
$(dirname $0)/mkraid.sh "$line"
|
||||
ret=$?
|
||||
if [ $ret -ne 0 ];then
|
||||
exit $ret
|
||||
$(dirname $0)/mkraid.sh "$line"
|
||||
ret=$?
|
||||
if [ $ret -ne 0 ];then
|
||||
exit $ret
|
||||
else
|
||||
echo "@ make raid is success"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user