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

upgrade ensures app-service folder exists

This commit is contained in:
Gredin67 2020-09-15 22:44:09 +02:00 committed by GitHub
parent 2ea61a0e34
commit 2711bd643a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,6 +385,9 @@ cp ../sources/update_synapse_for_appservice.sh $final_path/
ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$final_path/Coturn_config_rotate.sh"
ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$final_path/update_synapse_for_appservice.sh"
# Ensure app-service folder has exists (Migration)
mkdir -p /etc/matrix-synapse/app-service
#=================================================
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================