From 4ca122fdafe2c1493695f6a086d31dcc529baa82 Mon Sep 17 00:00:00 2001 From: Dwynr Date: Wed, 4 Sep 2024 22:10:34 +0200 Subject: [PATCH] fix: allow-other --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ab2ae97..2d5c845 100644 --- a/src/index.ts +++ b/src/index.ts @@ -491,7 +491,7 @@ export class VirtualDrive { "--no-checksum", //"--transfers 10", "--vfs-fast-fingerprint", - "--allow-other", + //"--allow-other", "--rc", `--rc-addr 127.0.0.1:${this.rclonePort}`, ...(this.logFilePath ? [`--log-file "${this.logFilePath}"`] : []),