This commit is contained in:
jonaswinkler 2021-04-18 11:29:12 +02:00
parent 37f56e824a
commit 0a897cae32

View File

@ -52,7 +52,7 @@ search_index() {
superuser() {
if [[ -n "${PAPERLESS_ADMIN_USER}" ]]; then
sudo -HEu paperless python3 manage.py manage_superuser
python3 manage.py manage_superuser
fi
}