mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
add temporary directory during startup and ensure correct permissions
This commit is contained in:
parent
9575b0fe32
commit
ddf386c4d4
1 changed files with 4 additions and 0 deletions
|
|
@ -79,7 +79,11 @@ initialize() {
|
|||
fi
|
||||
done
|
||||
|
||||
echo "creating directory /tmp/paperless"
|
||||
mkdir -p /tmp/paperless
|
||||
|
||||
chown -R paperless:paperless ../
|
||||
chown -R paperless:paperless /tmp/paperless
|
||||
|
||||
migrations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue