From c0338b042849e3c6b65ccf05210e7eaa09197270 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Sat, 25 Nov 2023 13:47:41 +0100 Subject: [PATCH] restore: Add missing progress message for fail2ban --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index f9759a3..39a0157 100644 --- a/scripts/restore +++ b/scripts/restore @@ -69,6 +69,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= # RESTORE THE FAIL2BAN CONFIGURATION #================================================= +ynh_script_progression --message="Restoring fail2ban configuration..." ynh_restore_file --origin_path="/etc/fail2ban/jail.d/$app.conf" ynh_restore_file --origin_path="/etc/fail2ban/filter.d/$app.conf"