From 726a30a18fd25378274a29818ee8fc8810e759bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 24 Nov 2024 12:48:34 -0500 Subject: [PATCH] Update ct/authentik.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> --- ct/authentik.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index 9a906347..2d0ca407 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -76,7 +76,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} cd /opt/authentik/web npm install >/dev/null 2>&1 npm run build >/dev/null 2>&1 - msg_ok "Built Authentik website" + msg_ok "Built ${APP} website" msg_info "Installing Python Dependencies" cd /opt/authentik