Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
Rémi Bédard-Couture 2024-12-08 15:47:14 -05:00 committed by GitHub
parent bf625c540a
commit 4bbcb6f6a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
msg_info "Starting ${APP}" msg_info "Starting ${APP}"
systemctl start authentik-server systemctl start authentik-server
systemctl start authentik-worker systemctl start authentik-worker
msg_ok "Started Authentik" msg_ok "Started ${APP}"
else else
msg_ok "No update required. ${APP} is already at ${RELEASE}" msg_ok "No update required. ${APP} is already at ${RELEASE}"
fi fi