Update paperless-ngx.sh
test removing `migrate`
This commit is contained in:
parent
b950a06b5f
commit
3e6c0944fb
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ function update_script() {
|
||||||
cp -r paperless-ngx/* /opt/paperless/
|
cp -r paperless-ngx/* /opt/paperless/
|
||||||
cd /opt/paperless
|
cd /opt/paperless
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
cd /opt/paperless/src
|
#cd /opt/paperless/src
|
||||||
/usr/bin/python3 manage.py migrate
|
#/usr/bin/python3 manage.py migrate
|
||||||
msg_ok "Updated to ${RELEASE}"
|
msg_ok "Updated to ${RELEASE}"
|
||||||
|
|
||||||
echo -e "Cleaning up"
|
echo -e "Cleaning up"
|
||||||
|
|
Loading…
Reference in a new issue