From ad60c2cf10e0f22ddd2a6e93c5d08f1ae00f01c9 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:45:08 +0200 Subject: [PATCH] fixes --- ct/authentik.sh | 3 ++- json/authentik.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index b040272f..cb332cf4 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -124,7 +124,8 @@ done pct exec "$CTID" -- bash -c "mkdir -p /opt/authentik-data/{certs,media,geoip,templates}; \ cp /opt/authentik/tests/GeoLite2-ASN-Test.mmdb /opt/authentik-data/geoip/GeoLite2-ASN.mmdb; \ cp /opt/authentik/tests/GeoLite2-City-Test.mmdb /opt/authentik-data/geoip/GeoLite2-City.mmdb; \ - chown -R authentik:authentik /opt/authentik-data" + chown authentik:authentik /opt/authentik-data; \ + chown -R authentik:authentik /opt/authentik-data/{certs,media,geoip,templates}" msg_ok "Attached data storage volume" msg_info "Starting Services" diff --git a/json/authentik.json b/json/authentik.json index a5462f43..f949fa80 100644 --- a/json/authentik.json +++ b/json/authentik.json @@ -45,4 +45,4 @@ "type": "info" } ] -} +} \ No newline at end of file