mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
upgrade.sh: make sure we are in the right directory
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
# Once the script completes, remember to restart the WSGI service (e.g.
|
# Once the script completes, remember to restart the WSGI service (e.g.
|
||||||
# gunicorn or uWSGI).
|
# gunicorn or uWSGI).
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
PYTHON="python3"
|
PYTHON="python3"
|
||||||
PIP="pip3"
|
PIP="pip3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user