mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
set settings at install
This commit is contained in:
parent
b201ed4004
commit
fafd852570
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ ynh_app_setting_set --app=$app --key=jwt_key --value=$jwt_key
|
|||
|
||||
# Retrieve YunoHost main domain for mails to work
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
ynh_app_setting_set --app=$app --key=main_domain --value=$main_domain
|
||||
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
|
Loading…
Reference in a new issue