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:14 +02:00
committed by GitHub
parent d3960ab7c5
commit 277a7a5850

View File

@@ -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"