summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2023-10-29 21:17:14 -0400
committerjake <jake@jakes-mail.top>2023-10-29 21:17:14 -0400
commit5053621c1770a6a82904e330cfc2b015410e138c (patch)
tree5d71e4282086efbdf2dac78ad661b2507790b2a7
parente091da0412d1ff47c2b55ea33cbce23ef4281507 (diff)
'allow_other' :)
-rwxr-xr-xneocitiesfs.pl2
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
+
);