allow other users for torrent
This commit is contained in:
parent
462c835232
commit
544b090b58
@ -93,6 +93,7 @@ def mountTorrent(magnet):
|
|||||||
o = subprocess.Popen([
|
o = subprocess.Popen([
|
||||||
"btfs",
|
"btfs",
|
||||||
"-o", "auto_unmount", # unmount if process is killed
|
"-o", "auto_unmount", # unmount if process is killed
|
||||||
|
"-o", "allow_other",
|
||||||
"--data-directory=" + btfsDataLocation,
|
"--data-directory=" + btfsDataLocation,
|
||||||
magnet,
|
magnet,
|
||||||
fuseTorrentLocation
|
fuseTorrentLocation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user