From 15ec2b1e9bc3906390fe8df28057647bcefaf6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:17:26 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 8730de9..d1d43df 100755 --- a/scripts/install +++ b/scripts/install @@ -3,6 +3,9 @@ source _common.sh source /usr/share/yunohost/helpers +key=$(ynh_string_random --length=45 | base64) +ynh_app_setting_set --app=$app --key=key --value=$key + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================