From 8e8224fea8715b27f07edec8f5077aacbabe1d30 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 20 Mar 2019 04:24:43 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 92967b0..682664e 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="$(ynh_string_random 32)=" +secret_key="$(ynh_string_random 256)=" ### 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