diff --git a/scripts/config b/scripts/config index 46c3ca0..7fcf350 100644 --- a/scripts/config +++ b/scripts/config @@ -137,7 +137,6 @@ apply_config() { sso_enabled=False fi - ynh_replace_string __DOMAIN_WHITELIST_CLIENT__ "$domain_whitelist_client" $YNH_APP_BASEDIR/conf/homeserver.yaml ynh_add_config --template="homeserver.yaml" --destination="/etc/matrix-$app/homeserver.yaml" ynh_add_config --template="log.yaml" --destination="/etc/matrix-$app/log.yaml" diff --git a/scripts/install b/scripts/install index 9f284fd..8a1de20 100644 --- a/scripts/install +++ b/scripts/install @@ -278,7 +278,6 @@ else sso_enabled=False fi -ynh_replace_string __DOMAIN_WHITELIST_CLIENT__ "$domain_whitelist_client" $YNH_APP_BASEDIR/conf/homeserver.yaml ynh_add_config --template="homeserver.yaml" --destination="/etc/matrix-$app/homeserver.yaml" ynh_add_config --template="log.yaml" --destination="/etc/matrix-$app/log.yaml" diff --git a/scripts/upgrade b/scripts/upgrade index a51faf8..fd169c1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -250,7 +250,6 @@ else sso_enabled=False fi -ynh_replace_string __DOMAIN_WHITELIST_CLIENT__ "$domain_whitelist_client" "$YNH_APP_BASEDIR/conf/homeserver.yaml" ynh_add_config --template="homeserver.yaml" --destination="/etc/matrix-$app/homeserver.yaml" ynh_add_config --template="log.yaml" --destination="/etc/matrix-$app/log.yaml"