mirror of
https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh.git
synced 2024-09-03 19:36:25 +02:00
Update install
This commit is contained in:
parent
31062925e2
commit
e3e7a8b4da
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ ynh_app_setting_set --app=$app --key=etc_path --value=$etc_path
|
||||||
mkdir -p -m 750 "$etc_path"
|
mkdir -p -m 750 "$etc_path"
|
||||||
chown "$app:$app" "$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
|
# TODO Add a way to override the config.yaml file
|
||||||
ynh_add_config --template="base.config.yaml" --destination="$base_config_path"
|
ynh_add_config --template="base.config.yaml" --destination="$base_config_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue