From abe6af0cc32e8a4a107c07b23acc0029e156d744 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Fri, 4 Dec 2020 17:51:29 +0100 Subject: [PATCH] 10.3.10 --- scripts/restore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index abb28ac..34c625f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -83,12 +83,12 @@ ynh_restore_file --origin_path="/etc/php/7.0/fpm/pool.d/$app.conf" #================================================= # RESTORE FAIL2BAN CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the fail2ban configuration..." --time --weight=1 +#ynh_script_progression --message="Restoring the fail2ban configuration..." --time --weight=1 -ynh_restore_file "/etc/fail2ban/jail.d/$app.conf" -ynh_restore_file "/etc/fail2ban/filter.d/$app.conf" +#ynh_restore_file "/etc/fail2ban/jail.d/$app.conf" +#ynh_restore_file "/etc/fail2ban/filter.d/$app.conf" #ynh_systemd_action --action=restart --service_name=fail2ban -ynh_systemd_action --action=reload --service_name=fail2ban # Reload instead of restart for better performance +#ynh_systemd_action --action=reload --service_name=fail2ban # Reload instead of restart for better performance #================================================= # SPECIFIC RESTORATION