1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Fixed manifest

This commit is contained in:
anmol26s 2018-06-09 17:15:02 +05:30
parent 7653f8859b
commit 25757fe7be
2 changed files with 3 additions and 2 deletions

View file

@ -58,12 +58,13 @@
"example": "yoda" "example": "yoda"
}, },
{ {
"name": "pass", "name": "password",
"type": "password", "type": "password",
"ask": { "ask": {
"en": "Password for the admin account (At least 6 characters long)", "en": "Password for the admin account (At least 6 characters long)",
"fr": "Administrateur password (At least 6 characters long)" "fr": "Administrateur password (At least 6 characters long)"
}, },
"example": "Strong password"
} }
] ]

View file

@ -23,7 +23,7 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH path_url=$YNH_APP_ARG_PATH
admin=$YNH_APP_ARG_ADMIN admin=$YNH_APP_ARG_ADMIN
pass=$YNH_APP_ARG_PASS pass=$YNH_APP_ARG_PASSWORD
# This is a multi-instance app, meaning it can be installed several times independently # This is 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 # The id of the app as stated in the manifest is available as $YNH_APP_ID