1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Merge pull request #14 from decentral1se/admin-account-creation-fix

Fix URL and admin login
This commit is contained in:
decentral1se 2019-08-07 13:36:41 +02:00 committed by GitHub
commit 3678f056f5
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"maintainer": { "maintainer": {
"name": "decentral1se", "name": "decentral1se",
"email": "lukewm@riseup.net", "email": "lukewm@riseup.net",
"url": "https://decentral1se" "url": "https://decentral1.se"
}, },
"requirements": { "requirements": {
"yunohost": ">= 3.6.4" "yunohost": ">= 3.6.4"

View file

@ -151,7 +151,7 @@ php $final_path/maintenance/install.php --conf $final_path \
--dbprefix "mdk_" \ --dbprefix "mdk_" \
--lang $language \ --lang $language \
--pass $admin_password \ --pass $admin_password \
$wiki_name $admin "$wiki_name" "$admin"
#================================================= #=================================================
# REPLACE CONFIGURATION SETTINGS # REPLACE CONFIGURATION SETTINGS