1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Update install

This commit is contained in:
ericgaspar 2021-01-25 11:56:38 +01:00
parent a2db23ab78
commit d6af1d96e0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -179,6 +179,8 @@ ynh_use_logrotate --logfile "/var/log/$app"
# Set permissions to app files
chown root: -R $data_path
chown -R turnserver:root /var/log/$app
chmod 770 $data_path/Coturn_config_rotate.sh
chmod 770 $coturn_config_path
setfacl -R -m user:turnserver:rwX /var/log/$app
#=================================================