mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -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
|
# Delete stale bytecode
|
||||||
COMMAND="${PREFIX}find . -name \"*.pyc\" -delete"
|
COMMAND="${PREFIX}find . -name \"*.pyc\" -delete"
|
||||||
echo "Cleaning up stale Python bytecode ($COMMAND)..."
|
echo "Cleaning up stale Python bytecode ($COMMAND)..."
|
||||||
#eval $COMMAND
|
eval $COMMAND
|
||||||
|
|
||||||
# Fall back to pip3 if pip is missing
|
# Fall back to pip3 if pip is missing
|
||||||
PIP="pip"
|
PIP="pip"
|
||||||
|
Loading…
Reference in New Issue
Block a user