Clean up plugin pycache too

This commit is contained in:
Joshua Boniface 2023-11-29 16:22:20 -05:00
parent d2b764a2c7
commit ad738dec40
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
# Remove any cached CPython directories or files # Remove any cached CPython directories or files
echo "Cleaning up existing CPython files" echo "Cleaning up existing CPython files"
find /usr/share/pvc/pvchealthd -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true find /usr/share/pvc/pvchealthd -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true
find /usr/share/pvc/plugins -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true