mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
fix
This commit is contained in:
parent
9f96c48b1e
commit
75fdf4c16a
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
"email": "pierre@kayou.io"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.0"
|
||||
"yunohost": ">= 4.2.4"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
|
@ -114,7 +114,7 @@ master_key=$(ynh_string_random --length=30)
|
|||
ynh_app_setting_set --app=$app --key=master_key --value=$master_key
|
||||
|
||||
admin_url="${path_url%/}/admin/index.php"
|
||||
file=__FILE__
|
||||
file="__FILE__"
|
||||
email=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
|
||||
# Config as if we called in admin/install/wizard.php
|
||||
|
|
Loading…
Add table
Reference in a new issue