From 505853d756f5c23e485219301220b419c5c5baae Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Feb 2019 12:47:08 +0100 Subject: [PATCH] fix package_linter --- manifest.json | 1 + scripts/install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d784249..724141c 100755 --- a/manifest.json +++ b/manifest.json @@ -64,6 +64,7 @@ }, { "name": "name", + "type": "string", "ask": { "en": "Choose a name for your Plume instance", "fr": "Choisissez un nom pour votre instance Plume" diff --git a/scripts/install b/scripts/install index edc5bbb..540d098 100755 --- a/scripts/install +++ b/scripts/install @@ -33,7 +33,7 @@ password=$YNH_APP_ARG_PASSWORD instance_name=$YNH_APP_ARG_NAME registration=$YNH_APP_ARG_REGISTRATION admin_email=$(ynh_user_get_info $admin 'mail') -secret_key=$(openssl rand -base64 32) +secret_key=$(ynh_string_random 32) ### 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