From e11fb6d11420f039c05954c268a37bdc7e63180a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 13 Jan 2021 17:39:01 +0100 Subject: [PATCH] Update restore --- scripts/restore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/restore b/scripts/restore index 5755a56..643b8ed 100755 --- a/scripts/restore +++ b/scripts/restore @@ -90,12 +90,6 @@ ynh_restore_file --origin_path="/etc/systemd/system/coturn-$app.service" systemctl enable $app.service --quiet systemctl enable coturn-$app.service --quiet -#================================================= -# RESTORE THE LOGROTATE CONFIGURATION -#================================================= - -ynh_restore_file --origin_path="/var/log/$app" - #================================================= # INTEGRATE SERVICE IN YUNOHOST #================================================= @@ -115,7 +109,7 @@ yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # CREATE A DH FILE #================================================= -ynh_script_progression --message="Creating a dh file..." --weight=3 +ynh_script_progression --message="Creating a dhparam file..." --weight=3 # WARNING : theses command are used in INSTALL, UPGRADE, RESTORE # For any update do it in all files