This commit is contained in:
jonaswinkler
2021-04-18 11:29:12 +02:00
parent e51b66a271
commit ef924017ad

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
}