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