2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-08 22:01:30 +00:00

fix bug#398

This commit is contained in:
huweihua
2015-11-12 03:42:14 -05:00
parent d39d5b567c
commit 68b74b85ec

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