mirror of
https://github.com/dockur/proxmox.git
synced 2026-07-27 16:54:51 +07:00
Update entrypoint
This commit is contained in:
+3
-2
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user