Update paperless-ngx.sh

test removing `migrate`
This commit is contained in:
tteckster 2024-05-07 12:13:47 -04:00 committed by GitHub
parent b950a06b5f
commit 3e6c0944fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ function update_script() {
cp -r paperless-ngx/* /opt/paperless/
cd /opt/paperless
pip install -r requirements.txt
cd /opt/paperless/src
/usr/bin/python3 manage.py migrate
#cd /opt/paperless/src
#/usr/bin/python3 manage.py migrate
msg_ok "Updated to ${RELEASE}"
echo -e "Cleaning up"