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

Restart coturn in update coturn config script

This commit is contained in:
Josué Tille 2018-08-20 14:12:42 +02:00 committed by Josue-T
parent 17a017cf3d
commit 70981718a2

View file

@ -25,6 +25,8 @@ fi
ynh_replace_string "^external-ip=.*\$" "$external_IP_line" "/etc/matrix-$app_instance/coturn.conf"
setfacl -R -m user:turnserver:rX /etc/matrix-$app
setfacl -R -m user:turnserver:rX /etc/matrix-$app_instance
systemctl restart coturn-$app_instance.service
exit 0