1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

Change mode 188 to 33188 for file 'test' from example.js

This commit is contained in:
Raymond Hammarling 2015-08-07 04:05:36 +02:00
parent 2f4e33a41e
commit e1babe507a

View File

@ -29,7 +29,7 @@ fuse.mount(mountPath, {
atime: new Date(),
ctime: new Date(),
size: 12,
mode: 188,
mode: 33188,
uid: process.getuid ? process.getuid() : 0,
gid: process.getgid ? process.getgid() : 0
})