When done, fix rights of ${LOGDIR}

This commit is contained in:
Nils Freydank 2023-08-26 19:07:52 +02:00
parent dc59cf894c
commit a2bac80ff5
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -49,4 +49,6 @@ podman run "${podman_build_args[@]}" "${REGISTRY}:${VERSION}" \
&& emerge @golang-rebuild @rust-rebuild \
&& eclean-pkg --deep"
podman unshare chown -R "0:0" "${LOGDIR}"
# vim:fileencoding=utf-8:ts=4:syntax=bash:expandtab