From 1946666bc234745e2e9b72001d3132a55170450e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 12 Jan 2021 22:32:38 +0100 Subject: [PATCH] Update restore --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 37c1ed3..72054a1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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