mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
filesystem permission checks now issue warnings instead of errors, improves NFS compatibility
This commit is contained in:
parent
ab04817bea
commit
f872221c49
@ -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