1
0
Fork 0
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:
Thomas 2024-02-12 13:39:16 +01:00 committed by GitHub
parent 14715c1de4
commit e75c6c03d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ 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
$main_domain = exec('cat /etc/yunohost/current_host');
main_domain=$(cat /etc/yunohost/current_host)
#=================================================
# STANDARD MODIFICATIONS