correct the loop number

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12013 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-03-27 02:43:39 +00:00
parent cbc2d07d59
commit 3cc2e2ff42

View File

@ -88,7 +88,8 @@ else
num=`expr $num + 1`
done
loop_number=`lsdev -Cc adapter |grep iba |wc -l`
ib_number=`lsdev -Cc adapter |grep iba |wc -l`
loop_number=`expr $ib_number \* 2`
fi