From 6261e5f832a2c9f71ff2c939e3cce510e1c4771f Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 09:06:58 +0700 Subject: [PATCH] Update install --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index 0371e10..fcbfb26 100755 --- a/scripts/install +++ b/scripts/install @@ -231,14 +231,6 @@ ynh_script_progression --message="Starting a systemd service..." # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" -#================================================= -# SETUP FAIL2BAN -#================================================= -ynh_script_progression --message="Configuring Fail2Ban..." - -# Create a dedicated Fail2Ban config -ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" - #================================================= # SETUP SSOWAT #=================================================