Update entrypoint

This commit is contained in:
Kroese
2026-05-26 11:12:00 +02:00
committed by GitHub
parent 14b582b8e3
commit c57a01eef0
+3 -2
View File
@@ -15,8 +15,9 @@ warn () { printf "%b%s%b" "\E[1;31m " "Warning: ${1:-}" "\E[0m\n" >&2; }
[ "$(id -u)" -ne "0" ] && error "Script must be executed with root privileges." && exit 12
# Display version number
echo " Starting Proxmox for Docker v$(</run/version)..."
echo " For support visit https://github.com/dockur/proxmox"
info " Starting Proxmox for Docker v$(</run/version)..."
info " For support visit https://github.com/dockur/proxmox"
info ""
# Get the capability bounding set
CAP_BND=$(grep '^CapBnd:' /proc/$$/status | awk '{print $2}')