From 61d7a3535b4df120a89ff7c5859858cdbd6b2cd1 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Wed, 8 Jun 2022 02:54:25 +0200
Subject: [PATCH] fix: correct issue with incorrect config

---
 daemon/src/rtorrent.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daemon/src/rtorrent.conf b/daemon/src/rtorrent.conf
index 5b6c221..e1fd03e 100644
--- a/daemon/src/rtorrent.conf
+++ b/daemon/src/rtorrent.conf
@@ -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
-- 
GitLab