Initialize Git Repository: 'Proxmox-Container-Template'
Proxmox LXC Template Tool / Proxmox LXC Template Tool (amd64, cicd.any, bookworm trixie, pve8 pve9) (push) Successful in 10s
Proxmox LXC Template Tool / Proxmox LXC Template Tool (arm64, cicd.any, bookworm trixie, pve8 pve9) (push) Successful in 10s

This commit is contained in:
Cantibra
2026-05-12 06:30:08 +02:00
commit 2a513a8ab6
9 changed files with 1073 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/sh
set -e
set -u
case "${1}" in
purge)
/usr/bin/rm --force --recursive '/var/lib/pct-templates'
;;
esac