From e1babe507a463f41cef64a9186176262986bc892 Mon Sep 17 00:00:00 2001 From: Raymond Hammarling Date: Fri, 7 Aug 2015 04:05:36 +0200 Subject: [PATCH] Change mode 188 to 33188 for file 'test' from example.js --- example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.js b/example.js index 63bce1c..540bc99 100644 --- a/example.js +++ b/example.js @@ -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 })