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-11-24 12:48:34 -05:00 committed by GitHub
parent 02ac69e8fa
commit 726a30a18f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
cd /opt/authentik/web
npm install >/dev/null 2>&1
npm run build >/dev/null 2>&1
msg_ok "Built Authentik website"
msg_ok "Built ${APP} website"
msg_info "Installing Python Dependencies"
cd /opt/authentik