mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
bugfix
This commit is contained in:
parent
37f56e824a
commit
0a897cae32
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ search_index() {
|
||||||
|
|
||||||
superuser() {
|
superuser() {
|
||||||
if [[ -n "${PAPERLESS_ADMIN_USER}" ]]; then
|
if [[ -n "${PAPERLESS_ADMIN_USER}" ]]; then
|
||||||
sudo -HEu paperless python3 manage.py manage_superuser
|
python3 manage.py manage_superuser
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue