From c0d7fabca5849dc16c975431e9b9ee01479a7504 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 21 Jan 2023 01:13:19 +0700 Subject: [PATCH] Update restore --- scripts/restore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 0b1b3de..e658571 100755 --- a/scripts/restore +++ b/scripts/restore @@ -69,9 +69,9 @@ chown -R $app:www-data "$final_path" #================================================= ynh_script_progression --message="Restoring the Fail2Ban configuration..." --weight=1 -ynh_restore_file --origin_path="/etc/fail2ban/jail.d/$app.conf" -ynh_restore_file --origin_path="/etc/fail2ban/filter.d/$app.conf" -ynh_systemd_action --action=restart --service_name=fail2ban +# ynh_restore_file --origin_path="/etc/fail2ban/jail.d/$app.conf" +# ynh_restore_file --origin_path="/etc/fail2ban/filter.d/$app.conf" +# ynh_systemd_action --action=restart --service_name=fail2ban #================================================= # SPECIFIC RESTORATION