Files
Proxmox-Container-Template/pct-template/DEBIAN/postinst
T
Cantibra 2a513a8ab6
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
Initialize Git Repository: 'Proxmox-Container-Template'
2026-05-12 06:30:08 +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