The current srs_setup.sh script uses a hardcoded ../resources value that can indeed be altered in the .env file's TODO section. This results in G-Points being downloaded to an incorrect location, subsequently causing them to be missing when starting with docker-compose. This pull request addresses and resolves this issue.
The current srs_setup.sh script uses a hardcoded
../resources
value that can indeed be altered in the.env
file's TODO section. This results in G-Points being downloaded to an incorrect location, subsequently causing them to be missing when starting with docker-compose. This pull request addresses and resolves this issue.