Update install

This commit is contained in:
rosbeef andino 2022-12-17 19:10:43 +00:00 committed by GitHub
parent 31062925e2
commit e3e7a8b4da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"