From bfbe453709591bfcdab2de123a3ecc4d0ff19930 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:53:44 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cd467f7..5c644ee 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ app=$YNH_APP_INSTANCE_NAME admin_mail=$(ynh_user_get_info --username=$admin --key="mail") admin_pass=$(ynh_string_random --length=24) -secrets_peertube=$(openssl rand -hex 32) +secrets_peertube=$(ynh_string_random --length=24) # Define app's data directory datadir="/home/yunohost.app/${app}/storage"