From 4cf442c4eccefa715210b9aef94b8d53470b49ea Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:30:51 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5c73b54..26d55b7 100755 --- a/scripts/install +++ b/scripts/install @@ -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'); #=================================================