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-17 16:07:51 +01:00
parent 4197b58b7b
commit ec171a291e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -168,7 +168,7 @@ ynh_replace_string --match_string="__DATA_PATH__" --replace_string=$data_path --
#================================================= #=================================================
ynh_script_progression --message="Configuring log rotation..." --weight=1 ynh_script_progression --message="Configuring log rotation..." --weight=1
ynh_use_logrotate ynh_use_logrotate --logfile "/var/log/$app"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION
@ -178,7 +178,7 @@ ynh_use_logrotate
# Set permissions to app files # Set permissions to app files
chown root: -R $data_path chown root: -R $data_path
chown -R root /var/log/$app chown -R turnserver:root /var/log/$app
setfacl -R -m user:turnserver:rwX /var/log/$app setfacl -R -m user:turnserver:rwX /var/log/$app
#================================================= #=================================================