From 277a7a585095f43793b7d7b264e54df3ba968e95 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:28:14 +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 120ce57ba..653a2395a 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -179,7 +179,7 @@ EOF msg_info "Updating Worker and Server config" sed -i "s|/dev/shm$|/dev/shm/authentik-server|g" /etc/default/authentik-server - sed -i "s|/dev/shm$|/dev/shm/authentik-worker|g" /etc/default/authentik-worker + sed -i "s|/dev/shm\/\?$|/dev/shm/authentik-worker|g" /etc/default/authentik-worker msg_ok "Updated Worker and Server config" msg_info "Updating services"