mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Enable stale .pyc cleanup in upgrade.sh
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user