fix(merope/sabnzbd): make completed downloads world-readable

Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
Gabriel Fontes
2026-08-16 22:08:21 -03:00
parent 7c72dcba22
commit 8bae9367ef
@@ -15,7 +15,7 @@ in {
log_dir = "${sabnzbdDir}/logs";
admin_dir = "${sabnzbdDir}/admin";
backup_dir = "${sabnzbdDir}/backup";
permissions = 770;
permissions = 755; # Directories 0755, regular files 0644
cache_limit = "1G";
# Six servers x three rounds is a lot of round trips to spend before
# concluding an article is gone; two rounds is enough