1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Add doc link on update

This commit is contained in:
Josué Tille 2024-02-29 23:55:19 +01:00
parent ce38d582ea
commit 6ed1dd9a9f
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -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
#=================================================