Skip to content
Snippets Groups Projects
Commit c38e3320 authored by rid's avatar rid
Browse files

Fixed deluge

parent 659091bb
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,6 @@ ...@@ -101,6 +101,6 @@
"add_paused": false, "add_paused": false,
"max_connections_per_torrent": -1, "max_connections_per_torrent": -1,
"remove_seed_at_ratio": false, "remove_seed_at_ratio": false,
"autoadd_location": "/torrents/config/watch", "autoadd_location": "/torrents/watch",
"plugins_location": "/torrents/config/deluge/plugins" "plugins_location": "/torrents/config/deluge/plugins"
} }
\ No newline at end of file
...@@ -8,7 +8,7 @@ mkdir -p /torrents/config/deluge ...@@ -8,7 +8,7 @@ mkdir -p /torrents/config/deluge
mkdir -p /torrents/config/deluge/plugins mkdir -p /torrents/config/deluge/plugins
mkdir -p /torrents/config/log mkdir -p /torrents/config/log
mkdir -p /torrents/config/torrents mkdir -p /torrents/config/torrents
mkdir -p /torrents/config/watch mkdir -p /torrents/watch
mv /configs/* /torrents/config/deluge/ mv /configs/* /torrents/config/deluge/
rm -fr /configs rm -fr /configs
......
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