From 0c914c0bbfc0210e6c48435cdcd68c091998c828 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 19 Oct 2020 17:04:10 +0200 Subject: [PATCH] Also run the update script for openid plugin --- entrypoint.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 6d1f8ec..a3535a2 100755 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -60,6 +60,7 @@ install_extensions() { git clone --depth 1 -b REL1_35 \ https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect \ /var/www/html/extensions/OpenIDConnect + php /var/www/html/maintenance/update.php fi fi }