mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix env variable in docker entrypoint
This commit is contained in:
parent
0cc32e7ed7
commit
cb4e738a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ superuser() {
|
|||
wait_for_postgres
|
||||
fi
|
||||
|
||||
if [[ ! -z "${PAPERLESS_ADMIN_PASSWORD}" ]]
|
||||
if [[ ! -z "${PAPERLESS_ADMIN_USER}" ]]
|
||||
then
|
||||
sudo -HEu paperless python3 manage.py manage_superuser
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue