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

Set acl access in Coturn config update script

This commit is contained in:
Josué Tille 2018-08-20 12:46:38 +02:00 committed by Josue-T
parent dc62daafdf
commit 17a017cf3d

View file

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