1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

upgrade.sh: make sure we are in the right directory

This commit is contained in:
Austin English
2019-05-02 13:02:53 -05:00
parent 5f5e4ce1a1
commit 01c5d9e909

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"