From c38e3320167cd2f04a0042a902569613845025dd Mon Sep 17 00:00:00 2001
From: Rid <grant@seednet.eu>
Date: Mon, 22 Jan 2018 18:28:07 +0000
Subject: [PATCH]  Fixed deluge

---
 configs/core.conf  | 2 +-
 root/Entrypoint.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/core.conf b/configs/core.conf
index 4e87c52..ca21f90 100644
--- a/configs/core.conf
+++ b/configs/core.conf
@@ -101,6 +101,6 @@
 "add_paused": false,
 "max_connections_per_torrent": -1,
 "remove_seed_at_ratio": false,
-"autoadd_location": "/torrents/config/watch",
+"autoadd_location": "/torrents/watch",
 "plugins_location": "/torrents/config/deluge/plugins"
 }
\ No newline at end of file
diff --git a/root/Entrypoint.sh b/root/Entrypoint.sh
index 23d4a89..63c3255 100644
--- a/root/Entrypoint.sh
+++ b/root/Entrypoint.sh
@@ -8,7 +8,7 @@ mkdir -p /torrents/config/deluge
 mkdir -p /torrents/config/deluge/plugins
 mkdir -p /torrents/config/log
 mkdir -p /torrents/config/torrents
-mkdir -p /torrents/config/watch
+mkdir -p /torrents/watch
 
 mv /configs/* /torrents/config/deluge/
 rm -fr /configs
-- 
GitLab