Skip to content

Commit e374296

Browse files
Merge pull request #37 from Intelligent-Testing-Lab/28-add-support-for-spawning-ego-vehicle-through-scenario-runner
made entrypoint executable
2 parents 7e988e6 + 2ce8d93 commit e374296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44
source "${ROS_PKG}"
55
source "${AUTOWARE_MSG_PKG}"
66

7-
exec "$@"
7+
exec "$@"

0 commit comments

Comments
 (0)