Dell S6100 fix mux log issue (#5413)
IOM completion log was not seen in syslog.
This commit is contained in:
parent
bee516e370
commit
7e6fa15784
@ -253,7 +253,7 @@ check_iom_status()
|
||||
count=`expr $count + 1`
|
||||
done
|
||||
|
||||
if [ "$iom_sta" != "0" ];then
|
||||
if [ "$iom_sta" != "1" ];then
|
||||
echo "All IOM's are UP"
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user