Skip to content

Commit

Permalink
Dell S6100 fix mux log issue (#5413)
Browse files Browse the repository at this point in the history
IOM completion log was not seen in syslog.
  • Loading branch information
aravindmani-1 authored Sep 21, 2020
1 parent bee516e commit 7e6fa15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e6fa15

Please sign in to comment.