commit c7b197d5693fb7a9972f3ff2a3699426ee9c3643
parent 86ddbb28c3baf8f53cf8fb83e598738a5bd373ad
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 20 Aug 2019 11:04:08 +0200
Update output location for transmission
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/transmission-daemon/settings.json b/.config/transmission-daemon/settings.json
@@ -12,13 +12,13 @@
"blocklist-url": "http://list.iblocklist.com/?list=ydxerpxkpcfqjaybcssw&fileformat=p2p&archiveformat=gz",
"cache-size-mb": 4,
"dht-enabled": true,
- "download-dir": "/home/ad/Downloads",
+ "download-dir": "/home/ad/tmp",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 2,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
- "incomplete-dir": "/home/ad/Downloads",
+ "incomplete-dir": "/home/ad/tmp",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,