#15908: Update upgrade.sh

This commit is contained in:
Jeremy Stretch 2024-06-07 14:36:41 -04:00
parent c7176e86fc
commit 4da5bd6ed1

View File

@ -8,7 +8,7 @@
cd "$(dirname "$0")"
NETBOX_VERSION="$(grep ^VERSION netbox/netbox/settings.py | cut -d\' -f2)"
NETBOX_VERSION="$(grep ^version netbox/release.yaml | cut -d \" -f2)"
echo "You are installing (or upgrading to) NetBox version ${NETBOX_VERSION}"
VIRTUALENV="$(pwd -P)/venv"