mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
fixed folders, compatible with previous paperless version
This commit is contained in:
parent
024c28a34a
commit
5c4849796b
10 changed files with 27 additions and 23 deletions
|
|
@ -33,7 +33,9 @@ def paths_check(app_configs, **kwargs):
|
|||
Check the various paths for existence, readability and writeability
|
||||
"""
|
||||
|
||||
check_messages = path_check("PAPERLESS_DATA_DIR") +\
|
||||
check_messages = path_check("PAPERLESS_DATA_DIR") + \
|
||||
path_check("PAPERLESS_MEDIA_ROOT") + \
|
||||
path_check("PAPERLESS_CONSUMPTION_DIR") + \
|
||||
path_check("PAPERLESS_STATICDIR")
|
||||
|
||||
return check_messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue