Update ct/authentik.sh

Co-authored-by: thieneret <123479547+thieneret@users.noreply.github.com>
This commit is contained in:
CanbiZ (MickLesk)
2026-09-05 12:28:22 +02:00
committed by GitHub
co-authored by thieneret
parent 277a7a5850
commit 45e894e572
+1 -1
View File
@@ -228,7 +228,7 @@ $STD pct exec "$CTID" -- bash -c "mkdir -p /opt/authentik-data/{certs,media,geoi
cp /opt/authentik/tests/GeoLite2-City-Test.mmdb /opt/authentik-data/geoip/GeoLite2-City.mmdb; \
cp -r /opt/authentik/blueprints /opt/authentik-data/; \
rm -r /opt/authentik/blueprints; \
chown -Rf authentik:authentik /opt/authentik-data/blueprints"
find /opt/authentik-data -path '*/lost+found' -prune -o -exec chown authentik:authentik {} +"
msg_ok "Attached data storage volume"
msg_info "Starting Services"