allow other users for torrent

This commit is contained in:
zuckerberg 2021-09-25 21:37:35 -04:00
parent 462c835232
commit 544b090b58

View File

@ -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