mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
filesystem permission checks now issue warnings instead of errors, improves NFS compatibility
This commit is contained in:
parent
f36115ee37
commit
c699acec1c
@ -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…
x
Reference in New Issue
Block a user