Update paperless-ngx-install.sh

fixes https://github.com/tteck/Proxmox/issues/2525
This commit is contained in:
tteckster 2024-02-21 09:08:40 -05:00 committed by GitHub
parent 8456deb1f8
commit 47b581ee38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ $STD python3 -m nltk.downloader -d /usr/share/nltk_data all
msg_ok "Installed Natural Language Toolkit"
msg_info "Setting up PostgreSQL database"
export LC_ALL=C.UTF-8
DB_NAME=paperlessdb
DB_USER=paperless
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"