diff options
-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 |