We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7176e8 commit 4da5bd6Copy full SHA for 4da5bd6
upgrade.sh
@@ -8,7 +8,7 @@
8
9
cd "$(dirname "$0")"
10
11
-NETBOX_VERSION="$(grep ^VERSION netbox/netbox/settings.py | cut -d\' -f2)"
+NETBOX_VERSION="$(grep ^version netbox/release.yaml | cut -d \" -f2)"
12
echo "You are installing (or upgrading to) NetBox version ${NETBOX_VERSION}"
13
14
VIRTUALENV="$(pwd -P)/venv"
0 commit comments