mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix
This commit is contained in:
parent
3869195b1e
commit
88e5213105
2 changed files with 6 additions and 6 deletions
|
@ -52,8 +52,8 @@
|
|||
"default": "true"
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"type": "user",
|
||||
"name": "ad_user",
|
||||
"type": "ad_user",
|
||||
"ask": {
|
||||
"en": "Enter your admin username ?",
|
||||
"fr": "Entrez votre nom d'utilisateur ?"
|
||||
|
@ -61,8 +61,8 @@
|
|||
"example": "liberodark"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"name": "ad_password",
|
||||
"type": "ad_password",
|
||||
"ask": {
|
||||
"en": "Enter your password !",
|
||||
"fr": "Entrez votre mot de passe !"
|
||||
|
|
|
@ -28,8 +28,8 @@ ynh_abort_if_errors
|
|||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path_url=$YNH_APP_ARG_PATH
|
||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||
user=$YNH_APP_ARG_IS_USER
|
||||
password=$YNH_APP_ARG_IS_PASSWORD
|
||||
user=$YNH_APP_ARG_IS_AD_USER
|
||||
password=$YNH_APP_ARG_IS_AD_PASSWORD
|
||||
|
||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||
|
|
Loading…
Reference in a new issue