Skip to content

Commit

Permalink
remove VRX_EXIT_ON_COMPLETION flag from bash script (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
  • Loading branch information
mabelzhang committed Dec 4, 2020
1 parent b0631d8 commit 12b6894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_trial.bash
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ ${DIR}/vorc_server/run_container.bash $nvidia_arg ${SERVER_CONTAINER_NAME} $SERV
-v ${HOST_LOG_DIR}:${LOG_DIR} \
-e ROS_MASTER_URI=${ROS_MASTER_URI} \
-e ROS_IP=${SERVER_ROS_IP} \
-e VRX_EXIT_ON_COMPLETION=true \
-e VRX_DEBUG=false" \
"${SERVER_CMD}" &
SERVER_PID=$!
Expand Down

0 comments on commit 12b6894

Please sign in to comment.