From 45e894e5724ca1bb5a466e8ec53233a352f78de9 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:28:22 +0200 Subject: [PATCH] Update ct/authentik.sh Co-authored-by: thieneret <123479547+thieneret@users.noreply.github.com> --- ct/authentik.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index 653a2395a..a0dade233 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -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"