Make default execution foreground
This commit is contained in:
@@ -63,7 +63,7 @@ let readlink path =
|
|||||||
| _ -> raise (Unix.Unix_error (Unix.ENOENT, "readlink", path))
|
| _ -> raise (Unix.Unix_error (Unix.ENOENT, "readlink", path))
|
||||||
|
|
||||||
let _ =
|
let _ =
|
||||||
let args = Array.append (Array.sub Sys.argv 1 ((Array.length Sys.argv) - 1)) [|"-o";"use_ino";"-o";"allow_other"|] in
|
let args = Array.append (Array.sub Sys.argv 1 ((Array.length Sys.argv) - 1)) [|"-o";"use_ino";"-o";"allow_other";"-f"|] in
|
||||||
Fuse.main args
|
Fuse.main args
|
||||||
{
|
{
|
||||||
Fuse.default_operations with
|
Fuse.default_operations with
|
||||||
|
|||||||
Reference in New Issue
Block a user