summaryrefslogtreecommitdiff
path: root/meta-unit-virtualization
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-26 21:57:17 -0600
committerunitexe <unitexe70@gmail.com>2026-02-26 21:57:17 -0600
commit075fa3efe02353235dc4de41d07cabd5440ecaa0 (patch)
tree1441abe4f8681a0c2440b2f50df07ed9fb101ee7 /meta-unit-virtualization
parent7b291e4eefef24c8756ed21f0c73a5cb915e7e33 (diff)
Fix ownership issue with distribution containers certs ready signal file
Diffstat (limited to 'meta-unit-virtualization')
-rw-r--r--meta-unit-virtualization/recipes-core/systemd/systemd-regkeygen/regkeygen.sh2
1 files changed, 1 insertions, 1 deletions
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"