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}"