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 11s

This commit is contained in:
Cantibra
2026-05-04 21:21:55 +02:00
commit a710fb99e2
9 changed files with 1091 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