diff --git a/Proxmox/Trim LCX/trim.sh b/Proxmox/Trim LCX/trim.sh index 5b6f2b4..8117575 100644 --- a/Proxmox/Trim LCX/trim.sh +++ b/Proxmox/Trim LCX/trim.sh @@ -1,5 +1,5 @@ ### Trim Proxmox host and all unprivileged LXCs on node ### for i in $(pct list | awk '/^[0-9]/ {print $1}'); do echo "Trimming CT $i" - pct fstrim $i + pct fstrim $i --ignore-mountpoints done \ No newline at end of file