From 25757fe7be82f534685726f4a41d2233207b8ade Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 9 Jun 2018 17:15:02 +0530 Subject: [PATCH] Fixed manifest --- manifest.json | 3 ++- scripts/install | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4aabf29..e86b1f0 100644 --- a/manifest.json +++ b/manifest.json @@ -58,12 +58,13 @@ "example": "yoda" }, { - "name": "pass", + "name": "password", "type": "password", "ask": { "en": "Password for the admin account (At least 6 characters long)", "fr": "Administrateur password (At least 6 characters long)" }, + "example": "Strong password" } ] diff --git a/scripts/install b/scripts/install index 2c40b7f..585e337 100644 --- a/scripts/install +++ b/scripts/install @@ -23,7 +23,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH 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 # The id of the app as stated in the manifest is available as $YNH_APP_ID