mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
fix ynh_string_random
This commit is contained in:
parent
945e5d9637
commit
0fdf14b9b5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ password=$YNH_APP_ARG_PASSWORD
|
||||||
instance_name=$YNH_APP_ARG_NAME
|
instance_name=$YNH_APP_ARG_NAME
|
||||||
registration=$YNH_APP_ARG_REGISTRATION
|
registration=$YNH_APP_ARG_REGISTRATION
|
||||||
admin_email=$(ynh_user_get_info $admin 'mail')
|
admin_email=$(ynh_user_get_info $admin 'mail')
|
||||||
secret_key=$(ynh_string_random 64)
|
secret_key=$(ynh_string_random 43)
|
||||||
secret_key="${secret_key}="
|
secret_key="${secret_key}="
|
||||||
|
|
||||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||||
|
|
Loading…
Add table
Reference in a new issue