mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
filesystem permission checks now issue warnings instead of errors, improves NFS compatibility
This commit is contained in:
parent
ab04817bea
commit
f872221c49
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def path_check(var, directory):
|
|||
exists_hint.format(directory)
|
||||
))
|
||||
elif not os.access(directory, os.W_OK | os.X_OK):
|
||||
messages.append(Error(
|
||||
messages.append(Warning(
|
||||
writeable_message.format(var),
|
||||
writeable_hint.format(directory)
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue