From 6ed1dd9a9f73bce6c55040a5ae267c266577b201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 29 Feb 2024 23:55:19 +0100 Subject: [PATCH] Add doc link on update --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 10e3b32..05ddf56 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -334,7 +334,7 @@ if yunohost app map -r --output-as json | jq -r '."'$domain'" | select( . != nul 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 ' - Change the domain of synapse. You can find more informations here: https://github.com/YunoHost-Apps/synapse_ynh/blob/ce38d582ea379f60574a438056893cac79525808/doc/ADMIN.md#change-url' fi #=================================================