From 3f10a33c16ad581acc6eb07e49a8bc18c2997ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:59:00 +0200 Subject: Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 99569f1..e32cdf1 100755 --- a/scripts/install +++ b/scripts/install @@ -7,7 +7,7 @@ source _common.sh source /usr/share/yunohost/helpers -key=$(openssl rand -base64 32) +key=$(ynh_string_random --length=32) #================================================= # INSTALL DEPENDENCIES -- cgit v1.2.3