From 4bbcb6f6a2ce004839fbe0ea6fe44e5e93336111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:47:14 -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 2d07ea5b..b03fb820 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -94,7 +94,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} msg_info "Starting ${APP}" systemctl start authentik-server systemctl start authentik-worker - msg_ok "Started Authentik" + msg_ok "Started ${APP}" else msg_ok "No update required. ${APP} is already at ${RELEASE}" fi