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

Update upgrade

This commit is contained in:
Gredin67 2023-01-10 02:07:48 +01:00 committed by GitHub
parent 45f272140f
commit 6678d886ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,12 +188,13 @@ fi
if [ -z "$element_ynh_url" ]
then
element_ynh_url="https://matrix.to/"
element_instance="element"
if yunohost --output-as plain app list | grep -q "^$element_instance$"; then
element_domain=$(ynh_app_setting_get --app $element_instance --key domain)
element_path=$(ynh_app_setting_get --app $element_instance --key path)
if [ -z "$element_domain" ]; then
element_ynh_url="https://matrix.to/"
else
#if [ -z "$element_domain" ]; then
#else
element_ynh_url="https://"+element_domain+element_path
fi
fi