Merge pull request #3142 from austin987/upgrade-cwd

upgrade.sh: make sure we are in the right directory
This commit is contained in:
Jeremy Stretch 2019-05-02 14:51:37 -04:00 committed by GitHub
commit eb41bc66a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@
# Once the script completes, remember to restart the WSGI service (e.g.
# gunicorn or uWSGI).
cd "$(dirname "$0")"
PYTHON="python3"
PIP="pip3"