mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Enable stale .pyc cleanup in upgrade.sh
This commit is contained in:
parent
de58d0ecca
commit
16c582ec7a
@ -18,7 +18,7 @@ fi
|
||||
# Delete stale bytecode
|
||||
COMMAND="${PREFIX}find . -name \"*.pyc\" -delete"
|
||||
echo "Cleaning up stale Python bytecode ($COMMAND)..."
|
||||
#eval $COMMAND
|
||||
eval $COMMAND
|
||||
|
||||
# Fall back to pip3 if pip is missing
|
||||
PIP="pip"
|
||||
|
Loading…
Reference in New Issue
Block a user