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