mediawiki: fix correctly setting --dbtype flag

This commit is contained in:
revol-xut 2022-09-06 22:17:07 +02:00
parent 40f8fe8152
commit 0e291be644
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -449,6 +449,7 @@ in
--dbuser ${cfg.database.user} \
${optionalString (cfg.database.passwordFile != null) "--dbpassfile ${cfg.database.passwordFile}"} \
--passfile ${cfg.passwordFile} \
--dbtype ${cfg.database.type} \
${cfg.name} \
admin