mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 01:26:38 +00:00
Merge pull request #401 from hu-weihua/infcode
Fix bug#398 IB driver can not be installed via /opt/xcat/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2
This commit is contained in:
commit
cda3664499
@ -114,7 +114,7 @@ do
|
||||
shift
|
||||
done
|
||||
|
||||
if [ ! -f "$OFED_PATH" ]; then
|
||||
if [ -z "$OFED_PATH" ]; then
|
||||
echo "[Error] Without Mellanox OFED file path, please assign correct path" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user