diff --git a/ct/authentik.sh b/ct/authentik.sh index 2d0ca407..4f8ac6a9 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -65,7 +65,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} systemctl stop authentik-worker msg_ok "Stopped ${APP}" - msg_info "Building Authentik website" + msg_info "Building ${APP} website" mkdir -p /opt/authentik wget -qO authentik.tar.gz "${RELEASE}" tar -xzf authentik.tar.gz -C /opt/authentik --strip-components 1 --overwrite