2
0
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:
neo954 2015-11-12 17:30:08 +08:00
commit cda3664499

View File

@ -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