diff --git a/couchpotato/core/_base/_core.py b/couchpotato/core/_base/_core.py index 78d54714..320131b8 100644 --- a/couchpotato/core/_base/_core.py +++ b/couchpotato/core/_base/_core.py @@ -290,7 +290,7 @@ config = [{ }, { 'name': 'permission_file', - 'default': '0755', + 'default': '0644', 'label': 'File CHMOD', 'description': 'See Folder CHMOD description, but for files', },