mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-04 08:24:14 +00:00
fix docker command in wrapper script
This commit is contained in:
parent
97f2825a20
commit
e21768e2f7
@ -13,4 +13,4 @@ DOCKER_RUNCMD=( %DOCKER_RUNCMD% )
|
|||||||
|
|
||||||
set -- "${DOCKER_RUNFLAGS[@]}" "%DOCKER_IMAGE%" "${DOCKER_RUNCMD[@]}" "$@"
|
set -- "${DOCKER_RUNFLAGS[@]}" "%DOCKER_IMAGE%" "${DOCKER_RUNCMD[@]}" "$@"
|
||||||
|
|
||||||
exec docker run "$@"
|
exec "$DOCKER" run "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user