mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 05:11:12 +00:00
bug fix for configib
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14970 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#This is the number of ports for each ib adpator.
|
||||
portnum=1
|
||||
if [ -n "NIC_IBAPORTS" ]; then
|
||||
if [ -n "$NIC_IBAPORTS" ]; then
|
||||
portnum=$NIC_IBAPORTS
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user