Merge pull request #173 from justincormack/wintmp

fix #169 only do /tmp bind mount if /Mac/tmp exists
This commit is contained in:
Justin Cormack 2016-06-03 15:18:43 +01:00
commit 223ef9f9db

View File

@ -49,7 +49,7 @@ start()
export no_proxy="$(mobyconfig get proxy/exclude)"
fi
grep "osxfs /tmp" /etc/mtab -q || mount --bind /Mac/tmp /tmp
grep -q "osxfs /tmp" /etc/mtab || ( [ -d /Mac/tmp ] && mount --bind /Mac/tmp /tmp )
for d in Users Volumes private
do