mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
Merge pull request #1 from paulrobello/paulrobello-add-useInno-option-patch-1
Added useIno option
This commit is contained in:
commit
8a13b2344f
1
index.js
1
index.js
@ -192,6 +192,7 @@ class Fuse extends Nanoresource {
|
||||
if (this.opts.noforget) options.push('noforget')
|
||||
if (this.opts.remember) options.push('remember=' + this.opts.remember)
|
||||
if (this.opts.modules) options.push('modules=' + this.opts.modules)
|
||||
if (this.opts.useIno) options.push('use_ino')
|
||||
|
||||
if (this.opts.displayFolder && IS_OSX) { // only works on osx
|
||||
options.push('volname=' + path.basename(this.opts.name || this.mnt))
|
||||
|
Loading…
Reference in New Issue
Block a user