[Mellanox]: Remove FW upgrade procedure in docker (#989)

FW upgrade is done outside the container.
This piece of code was left accidentally during the merge.
This commit is contained in:
Marian Pritsak 2017-09-26 21:22:00 +03:00 committed by Shuotian Cheng
parent cce2a36528
commit 0db8704754

View File

@ -4,8 +4,4 @@ rm -f /var/run/rsyslogd.pid
supervisorctl start rsyslogd supervisorctl start rsyslogd
# mlnx-fw-upgrade.sh will exit if firmware was actually upgraded
# or if some error occurs
. mlnx-fw-upgrade.sh
supervisorctl start syncd supervisorctl start syncd