Browse Source
Merge pull request #71 from FSMaxB/patch-1
Fix docker-mender-convert for paths with spaces
1.1.x
Adam Podogrocki
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker-mender-convert
|
|
@ -8,6 +8,6 @@ MENDER_CONVERT_DIR="$(pwd)" |
|
|
|
mkdir -p output |
|
|
|
|
|
|
|
docker run \ |
|
|
|
--mount type=bind,source=$MENDER_CONVERT_DIR,target=/mender-convert \ |
|
|
|
--mount type=bind,source="$MENDER_CONVERT_DIR,target=/mender-convert" \ |
|
|
|
--privileged=true \ |
|
|
|
$IMAGE_NAME "$@" |
|
|
|