Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled

This commit is contained in:
CanbiZ 2025-09-29 11:47:25 +02:00
parent 7d6822ecbd
commit 42c503d0d2

View File

@ -2452,7 +2452,7 @@ EOF
msg_warn "Network reachable but gateway check failed"
fi
fi
Function to get correct GID inside container
# Function to get correct GID inside container
get_container_gid() {
local group="$1"
local gid=$(pct exec "$CTID" -- getent group "$group" 2>/dev/null | cut -d: -f3)