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:
parent
17a017cf3d
commit
70981718a2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue