From ab5aa646349bd2d10c8e0061e130ad3cdcb000f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:46:41 -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 | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index b6a57dfa..e14bf00b 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -87,7 +87,6 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} msg_info "Updating ${APP} to v${RELEASE} (Patience)" cp -r /opt/authentik/authentik/blueprints /opt/authentik/blueprints - cd /opt/authentik bash /opt/authentik/lifecycle/ak migrate >/dev/null 2>&1 echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to v${RELEASE}"