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

Update scripts/change_url

Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
Josue-T 2020-03-31 12:05:05 +02:00 committed by GitHub
parent 713964ef37
commit ddf0b57b0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ ynh_store_file_checksum --file="/etc/matrix-$app/log.yaml"
# SETUP SSOWAT # SETUP SSOWAT
#================================================= #=================================================
python3 ../conf/remove_sso_conf.py python3 ../conf/remove_sso_conf.py $domain $server_name
python3 ../conf/add_sso_conf.py $domain $server_name || ynh_die --message="Your file /etc/ssowat/conf.json.persistent doesn't respect the json syntax. Please fix the syntax to install this app. For more information see here: https://github.com/YunoHost-Apps/synapse_ynh/issues/32" python3 ../conf/add_sso_conf.py $domain $server_name || ynh_die --message="Your file /etc/ssowat/conf.json.persistent doesn't respect the json syntax. Please fix the syntax to install this app. For more information see here: https://github.com/YunoHost-Apps/synapse_ynh/issues/32"
#================================================= #=================================================