diff options
-rwxr-xr-x | neocitiesfs.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/neocitiesfs.pl b/neocitiesfs.pl index 3a4b07f..4b93693 100755 --- a/neocitiesfs.pl +++ b/neocitiesfs.pl @@ -441,6 +441,7 @@ sub write_to_neocities { #$mountpoint = shift(@ARGV) if @ARGV; Fuse::main( mountpoint=>$mountpoint, + mountopts => "allow_other", getattr=>"main::e_getattr", getdir =>"main::e_getdir", open =>"main::e_open", @@ -453,4 +454,5 @@ Fuse::main( rmdir =>"main::e_rmdir", rename =>"main::e_rename", threaded=>0 + ); |