diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 14:59:00 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 14:59:00 +0200 |
commit | 3f10a33c16ad581acc6eb07e49a8bc18c2997ba9 (patch) | |
tree | 0d56594f4aae72ef957ffa9fdb53d8965eb1074b /scripts | |
parent | 296a74d8337786379c41c8f1966f7bc04002d014 (diff) |
Update install
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
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 |