Skip to content

Commit

Permalink
rename run.sh to avoid misunderstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Notch committed Nov 18, 2024
1 parent d808d19 commit fe17cc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

. "$(dirname "$0")"/variables.sh

. "$(dirname "$0")"/run.sh
. "$(dirname "$0")"/run_container.sh

docker exec -it "${CONTAINER_NAME}" /bin/zsh -c "source ~/.zshrc && \
roslaunch new_package new_package_node.launch"
File renamed without changes.

0 comments on commit fe17cc0

Please sign in to comment.