From 0035608f83635ae8976bcada01064f89f65b7e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:20:49 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c11b056..6d8c5eb 100755 --- a/scripts/install +++ b/scripts/install @@ -9,8 +9,8 @@ source _common.sh source /usr/share/yunohost/helpers -secret=$(openssl rand -base64 32) -cron_key=$(openssl rand -base64 32) +secret=$(ynh_string_random --length=32) +cron_key=$(ynh_string_random --length=32) #================================================= # INSTALL DEPENDENCIES