Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Apr 18, 2021
1 parent 37f56e8 commit 0a897ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0a897ca

Please sign in to comment.