Skip to content

Commit 59a338d

Browse files
authored
Change download and complete directories to /app
1 parent de48317 commit 59a338d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sabnzbd/SABnzbd.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ api_key = mltb
3535
nzb_key = ""
3636
socks5_proxy_url = ""
3737
permissions = ""
38-
download_dir = /usr/src/app/downloads
38+
download_dir = /app/downloads
3939
download_free = ""
40-
complete_dir = /usr/src/app/downloads
40+
complete_dir = /app/downloads
4141
complete_free = ""
4242
fulldisk_autoresume = 0
4343
script_dir = ""
@@ -284,4 +284,4 @@ nscript_prio_new_login = 0
284284
nscript_prio_warning = 0
285285
nscript_prio_error = 0
286286
nscript_prio_queue_done = 0
287-
nscript_prio_other = 1
287+
nscript_prio_other = 1

0 commit comments

Comments
 (0)