From 924688c03cd3c83321faed59a2ad6c6615121ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 28 Feb 2024 23:37:28 +0100 Subject: [PATCH] Fix warning --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 79897f4..ac2c330 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -333,8 +333,8 @@ ynh_app_setting_set --app=$app --key=path --value=/ if yunohost app map -r --output-as json | jq -r '."'$domain'" | select( . != null ) | .[] | .id' | grep -v "$app" -q; then ynh_print_warn 'An other app is installed on this domain. Now synapse require to be alone on the domain.' ynh_print_warn 'To solve this you can:' - ynh_print_warn "- Remove or move all other app which use '$domain'" - ynh_print_warn '- Change the url of synapse with the yunohost change-url tool. Note that you will keep the same "server_name" so your users will keep the same username.' + ynh_print_warn " - Remove or move all other app which use '$domain'" + ynh_print_warn ' - Change the url of synapse with the yunohost change-url tool. Note that you will keep the same "server_name" so your users will keep the same username.' fi #=================================================