1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

fix docker command in wrapper script

This commit is contained in:
nosamad 2019-04-02 00:23:46 +02:00
parent 87826c605a
commit a8f20eccf9

View File

@ -13,4 +13,4 @@ DOCKER_RUNCMD=( %DOCKER_RUNCMD% )
set -- "${DOCKER_RUNFLAGS[@]}" "%DOCKER_IMAGE%" "${DOCKER_RUNCMD[@]}" "$@"
exec docker run "$@"
exec "$DOCKER" run "$@"