duckietown / duckietown-shell-commands

Commands for the Duckietown Shell
4 stars 4 forks source link

Enable Docker images to run shell scripts for exercise test commands #326

Closed GreatGameDota closed 1 year ago

GreatGameDota commented 2 years ago

During running of Docker images on a physical Duckiebot the Docker image will run a shell command which runs the main script for the exercises. However during the entrypoint script Docker runs, it fails to run the script because the script wasn't given proper permission. This pull request adds a simple command to address this issue with no conflicts with the current code.

liampaull commented 2 years ago

I think the file itself should have the permissions changed rather than changing this in the dts command

afdaniele commented 1 year ago

agree, this is now fixed by changing the file permissions. Thanks for contributing.