Files
Proxmox-Container-Template/pct-template/DEBIAN/postinst
T
Cantibra a710fb99e2
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
Initialize Git Repository: 'Proxmox-Container-Template'
2026-05-04 21:21:55 +02:00

11 lines
139 B
Bash

#!/usr/bin/sh
set -e
set -u
case "${1}" in
configure)
/usr/bin/install --directory --mode='750' '/var/lib/pct-templates'
;;
esac