From b2f6cb2e5052bbe243f992f635c68a303453b796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:53:58 -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 9206de3c..05755c81 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -152,7 +152,7 @@ $STD yq -i ".geoip = \"/opt/authentik/tests/GeoLite2-City-Test.mmdb\"" /etc/auth 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 -$STD ln -s /usr/local/bin/gunicorn /usr/bin/gunicorn +ln -s /usr/local/bin/gunicorn /usr/bin/gunicorn $STD ln -s /usr/local/bin/celery /usr/bin/celery cd /opt/authentik $STD bash /opt/authentik/lifecycle/ak migrate