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 13:51:32 +01:00
parent a11b173ec3
commit 597b1b0af7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -185,7 +185,6 @@ 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 $coturn_config_path
setfacl -R -m user:turnserver:rwX /var/log/$app
#=================================================