1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01:00

filter out "docker" distributions from configuration (#277)

This commit is contained in:
mintty 2021-04-07 00:00:00 +02:00
parent a332cf8eaa
commit ee4e403f4c

View File

@ -291,6 +291,11 @@ config () {
echoc "- root $root" echoc "- root $root"
wdir=%USERPROFILE% wdir=%USERPROFILE%
case "$name" in
docker*) echo skipping docker system
return;;
esac
if $ok && ! $remove && [ -n "$distro" ] if $ok && ! $remove && [ -n "$distro" ]
then # fix #163: backend missing +x with certain mount options then # fix #163: backend missing +x with certain mount options
echo Setting +x wslbridge2 backends for distro "'$distro'" echo Setting +x wslbridge2 backends for distro "'$distro'"