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:
parent
cbc2d07d59
commit
3cc2e2ff42
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user