Skip to content

Commit

Permalink
fix: linux mount args
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Dec 5, 2024
1 parent d6b744a commit 8a1b113
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filen/network-drive",
"version": "0.9.38",
"version": "0.9.39",
"description": "Filen Network Drive",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ export class NetworkDrive {
//"--noapplexattr",
"--no-gzip-encoding",
"--use-mmap",
"--allow-other",
//"--allow-other",
"--disable-http2",
"--file-perms 0666",
"--dir-perms 0777",
Expand Down

0 comments on commit 8a1b113

Please sign in to comment.