1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Appease linter

This commit is contained in:
tituspijean 2022-08-25 16:59:36 +02:00
parent 4ce4697bc5
commit acddee9591
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx"
],
@ -39,7 +39,7 @@
{
"name": "domain",
"type": "domain",
"ask": {
"help": {
"en": "Select the domain onto which Dendrite will be exclusively installed. It may be different than the displayed server name.",
"fr": "Sélectionnez le domaine exclusivement dédié à Dendrite. Il peut être différent du nom d'affichage du serveur."
}
@ -47,7 +47,7 @@
{
"name": "server_name",
"type": "domain",
"ask": {
"help": {
"en": "If your Dendrite domain selected above is a subdomain, you can choose a different display name for your Dendrite server to have your Matrix user-ids looking like @user:domain.org instead of @user:dendrite.domain.org",
"fr": "Si votre domaine pour Dendrite sélectionné précedemment est un sous-domaine, vous pouvez choisir un nom d'affichage pour votre serveur Dendrite afin que vos identifiants Matrix soient @utilisateur:domain.org plutôt que @utilisateur:dendrite.domain.org"
}

View file

@ -91,7 +91,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=3
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path/build" --keep="$final_path/dendrite.yaml"
ynh_setup_source --dest_dir="$final_path/build" --keep="dendrite.yaml"
fi
chmod 750 "$final_path"