Skip to content
Snippets Groups Projects
Verified Commit 61d7a353 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct issue with incorrect config

parent b57d7ad2
No related branches found
No related tags found
No related merge requests found
Pipeline #2880 passed
......@@ -6,7 +6,6 @@ method.insert = cfg.download, private|const|string, /data/
method.insert = cfg.tmp, private|const|string, /tmp/
method.insert = cfg.logfile, private|const|string, (cat,(cfg.tmp),"rtorrent.log")
method.insert = cfg.session, private|const|string, (cat,(cfg.tmp),".session/")
fs.mkdir = (cat,(cfg.session))
# Listening port for incoming peer traffic
network.port_range.set = 50000-50000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment