From 61231763afc58681ca6c4544d4fef8d1cbbcf800 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 11 Nov 2021 09:31:38 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 99ccead..a7a39b8 100755 --- a/scripts/install +++ b/scripts/install @@ -42,7 +42,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC app=$YNH_APP_INSTANCE_NAME minio_id="minio" -minio_key=`openssl rand -hex 32` # TO BE CHANGED TO RANDOM GEN +minio_key=$(ynh_string_random) #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS