From 6da6dbe406728279cb60665370a5069a710800e3 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:05:23 +0200 Subject: [PATCH] Update restore --- scripts/restore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/restore b/scripts/restore index 24d4b37..ed09db3 100755 --- a/scripts/restore +++ b/scripts/restore @@ -63,12 +63,6 @@ ynh_restore_file --origin_path="$final_path" chown -R $app_id $final_path -#================================================= -# RESTORE THE LOGROTATE CONFIGURATION -#================================================= - -ynh_restore_file --origin_path="/etc/logrotate.d/$app" - #================================================= # END OF SCRIPT #=================================================