1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Do not use openssl rand Fix #27

This commit is contained in:
Kayou 2019-04-11 00:29:45 +02:00
parent b0863b2e36
commit d70b9df1a4
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -32,7 +32,7 @@ password=$YNH_APP_ARG_PASSWORD
instance_name=$YNH_APP_ARG_NAME
registration=$YNH_APP_ARG_REGISTRATION
admin_email=$(ynh_user_get_info $admin 'mail')
secret_key=$(openssl rand -base64 32)
secret_key=$(ynh_string_random 32 | base64)
app=$YNH_APP_INSTANCE_NAME