2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

bmcsetup: add missing / in /dev/null

This commit is contained in:
Kilian Cavalotti
2018-01-24 11:20:23 -08:00
parent 2876dd5161
commit e32d37e625

View File

@ -263,7 +263,7 @@ elif [ "$IPMIMFG" == "674" ]; then # DELL
elif [ "$BMCPORT" == "1" -o "$BMCPORT" == "2" -o "$BMCPORT" == "3" -o "$BMCPORT" == "4" ]; then # shared
ipmitool delloem lan set shared &>/dev/null
ipmitool delloem lan set shared with lom$BMCPORT &>/dev/null
ipmitool delloem lan set shared with failover all loms &>dev/null
ipmitool delloem lan set shared with failover all loms &>/dev/null
fi
elif [ "$IPMIMFG" = "42817" -a "$XPROD" = "16975" ]; then # IBM OpenPOWER servers with OpenBMC
ISOPENBMC=1