From e3e7a8b4da93cfcd642f3eadf9534ba422a3b485 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Sat, 17 Dec 2022 19:10:43 +0000 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b3175bc..426372a 100755 --- a/scripts/install +++ b/scripts/install @@ -153,7 +153,7 @@ ynh_app_setting_set --app=$app --key=etc_path --value=$etc_path mkdir -p -m 750 "$etc_path" chown "$app:$app" "$etc_path" -any_account_of_domain="@.*:${domain//\./\\\.}" +any_account_of_domain="@.*:${user_domain//\./\\\.}" # TODO Add a way to override the config.yaml file ynh_add_config --template="base.config.yaml" --destination="$base_config_path"