Skip to content

Commit

Permalink
Mount FUSE even if plugin dir is not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed Jul 10, 2019
1 parent 9bc92d9 commit e8a5e1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Unreleased

### Fixed

- Mount FUSE even if plugin dir is not empty

## 0.3.1 - 2019-06-22

### Fixed
Expand Down
1 change: 1 addition & 0 deletions app/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ func mountPluginsDir(index *index.RuntimeIndex, mountpoint string) (<-chan struc
fuse.LocalVolume(),
fuse.ReadOnly(),
fuse.AsyncRead(),
fuse.AllowNonEmptyMount(),
)

if err != nil {
Expand Down

0 comments on commit e8a5e1c

Please sign in to comment.