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

Merge pull request #38 from YunoHost-Apps/testing

Fix openssl rand
This commit is contained in:
yalh76 2019-04-14 18:55:06 +02:00 committed by GitHub
commit 9ad9138425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "Federated blogging application",
"fr": "Une application de blogging fédérée."
},
"version": "0.2.0~ynh3",
"version": "0.2.0~ynh4",
"url": "https://baptiste.gelez.xyz/",
"license": "AGPL-3.0-only",
"maintainer": [

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