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:
commit
3678f056f5
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
"maintainer": {
|
||||
"name": "decentral1se",
|
||||
"email": "lukewm@riseup.net",
|
||||
"url": "https://decentral1se"
|
||||
"url": "https://decentral1.se"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.6.4"
|
||||
|
|
|
@ -151,7 +151,7 @@ php $final_path/maintenance/install.php --conf $final_path \
|
|||
--dbprefix "mdk_" \
|
||||
--lang $language \
|
||||
--pass $admin_password \
|
||||
$wiki_name $admin
|
||||
"$wiki_name" "$admin"
|
||||
|
||||
#=================================================
|
||||
# REPLACE CONFIGURATION SETTINGS
|
||||
|
|
Loading…
Reference in a new issue