mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-17 18:52:23 +01:00
filter out "docker" distributions from configuration (#277)
This commit is contained in:
@@ -291,6 +291,11 @@ config () {
|
||||
echoc "- root $root"
|
||||
wdir=%USERPROFILE%
|
||||
|
||||
case "$name" in
|
||||
docker*) echo skipping docker system
|
||||
return;;
|
||||
esac
|
||||
|
||||
if $ok && ! $remove && [ -n "$distro" ]
|
||||
then # fix #163: backend missing +x with certain mount options
|
||||
echo Setting +x wslbridge2 backends for distro "'$distro'"
|
||||
|
Reference in New Issue
Block a user