mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-04 23:00:08 +00:00
Remove pip cache purge from cleanup script
Removed pip cache purge command from cleanup function.
This commit is contained in:
parent
789cd3e187
commit
63c5b922de
1 changed files with 0 additions and 2 deletions
|
|
@ -390,8 +390,6 @@ cleanup_lxc() {
|
|||
xargs -0 -n1 truncate -s 0 2>/dev/null || true
|
||||
fi
|
||||
|
||||
# Python pip
|
||||
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
|
||||
# Node.js npm
|
||||
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
|
||||
# Node.js yarn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue