mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Update install
This commit is contained in:
parent
a4febc023a
commit
4e1d740a0c
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
|
|||
ynh_app_setting_set --app=$app --key=crypto_random --value=$crypto_random
|
||||
ynh_app_setting_set --app=$app --key=web_api_password --value=$web_api_password
|
||||
|
||||
# key for the .env __KEY__
|
||||
key=$(ynh_string_random --length=45 | base64)
|
||||
ynh_app_setting_set --app=$app --key=key --value=$key
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue