Don't `set -o verbose` in ros_entrypoint.sh (#558)

All it does is source some large scripts, which results in lots of
logspam when the container starts up. It then runs exec, after which the
`verbose` setting has no effect.
master
Rodrigo Queiro 2017-11-09 13:36:40 +01:00 committed by Wolfgang Hess
parent 7540dfa674
commit ae6aefaf97
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
# limitations under the License.
set -o errexit
set -o verbose
source "/opt/ros/${ROS_DISTRO}/setup.bash"
source "/opt/cartographer_ros/setup.bash"