From 52d0694f50d9d23a603b1b7b927bfbc392c18dc9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Oct 2021 11:46:24 +0200 Subject: [PATCH] Update restore --- scripts/restore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/restore b/scripts/restore index b540ce3..e3b928c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -121,12 +121,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Mattermost" -#================================================= -# RESTORE THE LOGROTATE CONFIGURATION -#================================================= - -ynh_restore_file --origin_path="/etc/logrotate.d/$app" - #================================================= # GENERIC FINALIZATION #=================================================