mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
server: torrents: disallow comma in tag
This commit is contained in:
@@ -17,6 +17,7 @@ fs.mkdirSync(rTorrentSession, {recursive: true});
|
||||
fs.writeFileSync(
|
||||
`${temporaryRuntimeDirectory}/rtorrent.rc`,
|
||||
`
|
||||
execute.nothrow = rm,-rf,${rTorrentSession}/rtorrent.lock
|
||||
directory.default.set = "${temporaryRuntimeDirectory}"
|
||||
session.path.set = "${rTorrentSession}"
|
||||
network.scgi.open_local = "${rTorrentSocket}"
|
||||
|
||||
Reference in New Issue
Block a user