mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
remove store settings from manifest
This commit is contained in:
parent
3607272bee
commit
7844edc223
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ web_api_password=$(ynh_string_random --length=32 | base64 -w 0 | rev | cut -b 2-
|
|||
crypto_random=$(ynh_string_random --length=32 | base64 -w 0 | rev | cut -b 2- | rev | tr -d '\n+/')
|
||||
admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
|
||||
#=================================================
|
||||
# STORE SETTINGS FROM MANIFEST
|
||||
#=================================================
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue