From 36a412911dd6d9ed8d26733d9fa057052af39bd2 Mon Sep 17 00:00:00 2001 From: unitexe Date: Thu, 26 Feb 2026 21:57:17 -0600 Subject: Fix ownership issue with distribution containers certs ready signal file --- .../recipes-core/systemd/systemd-regkeygen/regkeygen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-unit-virtualization/recipes-core') diff --git a/meta-unit-virtualization/recipes-core/systemd/systemd-regkeygen/regkeygen.sh b/meta-unit-virtualization/recipes-core/systemd/systemd-regkeygen/regkeygen.sh index f1286dd..48f504f 100644 --- a/meta-unit-virtualization/recipes-core/systemd/systemd-regkeygen/regkeygen.sh +++ b/meta-unit-virtualization/recipes-core/systemd/systemd-regkeygen/regkeygen.sh @@ -63,8 +63,8 @@ chmod 644 "$XDG_CONFIG_HOME/containers/certs.d/$DISTRIBUTION_REGISTRY_URL/ca.crt echo "Creating signal file..." -chown -R $TARGET_USR:$TARGET_USR "$XDG_LOCAL_HOME/share/distribution" touch "$XDG_LOCAL_HOME/share/distribution/certs-ready-signal" +chown -R $TARGET_USR:$TARGET_USR "$XDG_LOCAL_HOME/share/distribution" chmod 644 "$XDG_LOCAL_HOME/share/distribution/certs-ready-signal" echo "Registry TLS configuration created and ready for use" -- cgit v1.2.3