Merge pull request #492 from jhujhiti/upstreaming

Fix quoting of exec argument in the entrypoint script
This commit is contained in:
Christian Mäder
2021-04-16 08:42:15 +02:00
committed by GitHub

View File

@ -68,6 +68,4 @@ echo "✅ Initialisation is done."
# Launch whatever is passed by docker # Launch whatever is passed by docker
# (i.e. the RUN instruction in the Dockerfile) # (i.e. the RUN instruction in the Dockerfile)
# exec "$@"
# shellcheck disable=SC2068
exec $@