1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-01-12 22:32:38 +01:00
parent 01650263db
commit 1946666bc2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -93,7 +93,7 @@ systemctl enable coturn-$app.service --quiet
# RESTORE THE LOGROTATE CONFIGURATION
#=================================================
ynh_restore_file --origin_path="/var/log/$app"
#ynh_restore_file --origin_path="/var/log/$app"
#=================================================
# RESTORE USER RIGHTS
@ -107,7 +107,7 @@ chmod -R 755 $final_path
chmod u=rwX,g=rX,o= -R /etc/$app
chmod 770 $final_path/Coturn_config_rotate.sh
setfacl -R -m user:turnserver:rX /etc/$app
setfacl -R -m user:turnserver:rwX /var/log/$app
#setfacl -R -m user:turnserver:rwX /var/log/$app
#=================================================
# INTEGRATE SERVICE IN YUNOHOST