diff --git a/dockerfiles/dind/sudo b/dockerfiles/dind/sudo index c832c17..637614a 100755 --- a/dockerfiles/dind/sudo +++ b/dockerfiles/dind/sudo @@ -2,4 +2,4 @@ # This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through. -exec $@ +exec "$@" diff --git a/dockerfiles/pwm/sudo b/dockerfiles/pwm/sudo index c832c17..637614a 100755 --- a/dockerfiles/pwm/sudo +++ b/dockerfiles/pwm/sudo @@ -2,4 +2,4 @@ # This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through. -exec $@ +exec "$@"