diff --git a/scripts/restore b/scripts/restore index 17a42dc..333f8dc 100644 --- a/scripts/restore +++ b/scripts/restore @@ -78,6 +78,13 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +#================================================= +# RESTORE THE LOGROTATE CONFIGURATION +#================================================= +ynh_script_progression --message="Restoring the logrotate configuration..." + +ynh_restore_file --origin_path="/etc/logrotate.d/$app" + #================================================= # RESTORE FAIL2BAN CONFIGURATION #=================================================