mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-30 20:40:15 +00:00
Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
726a30a18f
commit
175aa8fb9f
@ -65,7 +65,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
|
|||||||
systemctl stop authentik-worker
|
systemctl stop authentik-worker
|
||||||
msg_ok "Stopped ${APP}"
|
msg_ok "Stopped ${APP}"
|
||||||
|
|
||||||
msg_info "Building Authentik website"
|
msg_info "Building ${APP} website"
|
||||||
mkdir -p /opt/authentik
|
mkdir -p /opt/authentik
|
||||||
wget -qO authentik.tar.gz "${RELEASE}"
|
wget -qO authentik.tar.gz "${RELEASE}"
|
||||||
tar -xzf authentik.tar.gz -C /opt/authentik --strip-components 1 --overwrite
|
tar -xzf authentik.tar.gz -C /opt/authentik --strip-components 1 --overwrite
|
||||||
|
Loading…
Reference in New Issue
Block a user