From 5053621c1770a6a82904e330cfc2b015410e138c Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 29 Oct 2023 21:17:14 -0400 Subject: 'allow_other' :) --- neocitiesfs.pl | 2 ++ 1 file changed, 2 insertions(+) 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 + ); -- cgit v1.2.3