From 93fd311cf38fe983afe91c07b1469aa89f396f6c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:28:37 +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 c2cab9801..91de21144 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -155,7 +155,7 @@ function update_script() { cp -r /opt/authentik/blueprints /opt/authentik-data/ rm -r /opt/authentik/blueprints - chown -Rf authentik:authentik /opt/authentik-data/blueprints + $STD find /opt/authentik-data -path '*/lost+found' -prune -o -exec chown authentik:authentik {} + if [[ $MAJOR == 2026 && $MINOR -lt 8 ]]; then msg_info "Updating Worker and Server config (from $MAJOR.$MINOR)"