From 4f29f7486579f9d75d86fb421be560bd8602ea17 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:27 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index 05755c81..beb37835 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -153,7 +153,7 @@ cp -r /opt/authentik/authentik/blueprints /opt/authentik/blueprints $STD yq -i ".blueprints_dir = \"/opt/authentik/blueprints\"" /etc/authentik/config.yml $STD apt install -y python-is-python3 ln -s /usr/local/bin/gunicorn /usr/bin/gunicorn -$STD ln -s /usr/local/bin/celery /usr/bin/celery +ln -s /usr/local/bin/celery /usr/bin/celery cd /opt/authentik $STD bash /opt/authentik/lifecycle/ak migrate msg_ok "Installed Authentik"