From 068f296d7448083433596f3cffe7682404993fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:54:45 -0500 Subject: [PATCH] Update install/authentik-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- install/authentik-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index beb37835..59ab4be7 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -154,7 +154,6 @@ $STD yq -i ".blueprints_dir = \"/opt/authentik/blueprints\"" /etc/authentik/conf $STD apt install -y python-is-python3 ln -s /usr/local/bin/gunicorn /usr/bin/gunicorn ln -s /usr/local/bin/celery /usr/bin/celery -cd /opt/authentik $STD bash /opt/authentik/lifecycle/ak migrate msg_ok "Installed Authentik"