Update paperless-ngx.sh

tweak
This commit is contained in:
tteckster 2024-05-08 13:48:08 -04:00 committed by GitHub
parent 5204ad7e16
commit ef4d18f870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ function update_script() {
pip install -r requirements.txt &>/dev/null
cd /opt/paperless/src
/usr/bin/python3 manage.py migrate &>/dev/null
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated to ${RELEASE}"
msg_info "Cleaning up"