modified plugin OpenID Connect Generic version 3.10.2

This commit is contained in:
2026-06-03 21:27:45 +00:00
committed by Gitium
parent a2dfabdb82
commit b227b3a28d
25 changed files with 5134 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -eu
# Activate the plugin.
cd "/app"
echo "Activating plugin..."
if ! wp plugin is-active daggerhart-openid-connect-generic 2>/dev/null; then
wp plugin activate daggerhart-openid-connect-generic --quiet
fi
echo "Done!"