mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
dockcross: Do not mount SSH_DIR with MSYS
The mount directory is not correct in this environment.
This commit is contained in:
parent
043e993fd9
commit
17ecb746ec
@ -208,7 +208,7 @@ if [ -z "$SSH_DIR" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
HOST_VOLUMES=
|
HOST_VOLUMES=
|
||||||
if [ -e "$SSH_DIR" ]; then
|
if [ -e "$SSH_DIR" -a -z "$MSYS"]; then
|
||||||
HOST_VOLUMES+="-v $SSH_DIR:/home/$(id -un)/.ssh"
|
HOST_VOLUMES+="-v $SSH_DIR:/home/$(id -un)/.ssh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user