Pārlūkot izejas kodu

Merge pull request #3142 from austin987/upgrade-cwd

upgrade.sh: make sure we are in the right directory
Jeremy Stretch 7 gadi atpakaļ
vecāks
revīzija
eb41bc66a4
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      upgrade.sh

+ 2 - 0
upgrade.sh

@@ -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"