mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-02-08 22:41:10 +01:00
Merge pull request #492 from jhujhiti/upstreaming
Fix quoting of exec argument in the entrypoint script
This commit is contained in:
commit
eee07f703a
@ -68,6 +68,4 @@ echo "✅ Initialisation is done."
|
||||
|
||||
# Launch whatever is passed by docker
|
||||
# (i.e. the RUN instruction in the Dockerfile)
|
||||
#
|
||||
# shellcheck disable=SC2068
|
||||
exec $@
|
||||
exec "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user