mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix upgrade.sh to show virtualenv warning only when needed
This commit is contained in:
@ -64,7 +64,7 @@ COMMAND="python3 netbox/manage.py invalidate all"
|
|||||||
echo "Clearing cache data ($COMMAND)..."
|
echo "Clearing cache data ($COMMAND)..."
|
||||||
eval $COMMAND || exit 1
|
eval $COMMAND || exit 1
|
||||||
|
|
||||||
if [ WARN_MISSING_VENV ]; then
|
if [ -v WARN_MISSING_VENV ]; then
|
||||||
echo "--------------------------------------------------------------------"
|
echo "--------------------------------------------------------------------"
|
||||||
echo "WARNING: No existing virtual environment was detected. A new one has"
|
echo "WARNING: No existing virtual environment was detected. A new one has"
|
||||||
echo "been created. Update your systemd service files to reflect the new"
|
echo "been created. Update your systemd service files to reflect the new"
|
||||||
|
Reference in New Issue
Block a user