mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 03:55:49 +00:00
filter out "docker" default distributions from configuration (#277)
This commit is contained in:
parent
ee4e403f4c
commit
6e74ab4d5b
@ -295,6 +295,10 @@ config () {
|
||||
docker*) echo skipping docker system
|
||||
return;;
|
||||
esac
|
||||
case "$root" in
|
||||
*\\Docker*) echo skipping docker system
|
||||
return;;
|
||||
esac
|
||||
|
||||
if $ok && ! $remove && [ -n "$distro" ]
|
||||
then # fix #163: backend missing +x with certain mount options
|
||||
|
Loading…
Reference in New Issue
Block a user