jellyfin: clean old ldap plugin before oidc init

This commit is contained in:
Brad Stein 2025-12-19 21:32:40 -03:00
parent 1b65987dfe
commit eb0db2ce81

View File

@ -69,6 +69,7 @@ spec:
echo "OIDC_CLIENT_ID or OIDC_CLIENT_SECRET missing; create secret jellyfin-oidc" >&2
exit 1
fi
rm -rf "/config/plugins/LDAP Authentication_20.0.0.0"
apk add --no-cache wget unzip
plugin_dir="/config/plugins/OIDC Authentication_${OIDC_PLUGIN_VERSION}"
config_dir="/config/plugins/configurations"