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