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:
parent
87826c605a
commit
a8f20eccf9
@ -13,4 +13,4 @@ DOCKER_RUNCMD=( %DOCKER_RUNCMD% )
|
||||
|
||||
set -- "${DOCKER_RUNFLAGS[@]}" "%DOCKER_IMAGE%" "${DOCKER_RUNCMD[@]}" "$@"
|
||||
|
||||
exec docker run "$@"
|
||||
exec "$DOCKER" run "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user