From 1ab5e4cd84a412199da888b84ef83192a9a32ce1 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 11 Nov 2021 00:03:59 +0700 Subject: [PATCH] Update restore --- scripts/restore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/restore b/scripts/restore index f431ccd..b42080e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -103,15 +103,6 @@ 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 -#================================================= -# RESTORE VARIOUS FILES -#================================================= -ynh_script_progression --message="Restoring various files..." --time --weight=1 - -ynh_restore_file --origin_path="/etc/cron.d/$app" - -ynh_restore_file --origin_path="/etc/$app/" - #================================================= # RESTORE SYSTEMD #=================================================