ID: 274 - bmc-snmp-proxy does not enable PEF alterting

This commit is contained in:
Ales Ledvinka 2013-09-05 08:58:18 +00:00
parent c6f6550f27
commit 49350157fe

View File

@ -174,7 +174,7 @@ bmc_alert_dest()
# Pick the first active LAN channel
for CHANNEL in `seq 1 14`
do
[ $(${IPMI_TOOL} -I open channel info ${CHANNEL} 2>/dev/null \
[ $(${IPMITOOL} -I open channel info ${CHANNEL} 2>/dev/null \
| grep -q "802\.3") ] || break
done