mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-09 06:11:34 +00:00
fix bug#398
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user