Skip to content

Commit

Permalink
Merge pull request #214 from CMU-cabot/ishihara/fix-ros-entrypoint
Browse files Browse the repository at this point in the history
clean up ros_entrypoint.sh for supporting the command with double quotes in docker compose files
  • Loading branch information
daisukes authored Feb 10, 2025
2 parents 98e9cff + 51244f2 commit a3c3145
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/bag/ros_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ else
source /opt/custom_ws/install/setup.bash
fi

WORKDIR=$(pwd)

exec gosu developer bash -c "cd $WORKDIR && exec $*"
exec gosu developer "$@"

0 comments on commit a3c3145

Please sign in to comment.