Dell S6100 fix mux log issue (#5413)

IOM completion log was not seen in syslog.
This commit is contained in:
Aravind Mani 2020-09-22 00:49:07 +05:30 committed by GitHub
parent bee516e370
commit 7e6fa15784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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