mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-11 21:10:29 +01:00
Fixed incorrect message
This commit is contained in:
@@ -31,7 +31,7 @@ eval $COMMAND
|
||||
|
||||
# Apply any database migrations
|
||||
COMMAND="./netbox/manage.py migrate"
|
||||
echo "Updating required Python packages ($COMMAND)..."
|
||||
echo "Applying database migrations ($COMMAND)..."
|
||||
eval $COMMAND
|
||||
|
||||
# Collect static files
|
||||
|
||||
Reference in New Issue
Block a user