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
7de0fedb0c
commit
4cf442c4ec
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ynh_app_setting_set --app=$app --key=web_api_password --value=$web_api_password
|
|||
jwt_key=$(ynh_string_random --length=45 | base64)
|
||||
ynh_app_setting_set --app=$app --key=jwt_key --value=$jwt_key
|
||||
|
||||
// Retrieve YunoHost main domain for mails to work
|
||||
# Retrieve YunoHost main domain for mails to work
|
||||
$main_domain = exec('cat /etc/yunohost/current_host');
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue