From 35fb68749b39f87158cbafe90d1a783d2a261590 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Sun, 19 Sep 2021 09:44:16 +0800 Subject: [PATCH] Fix buggy sql template file. --- en_US/howto/fail2ban.sql.md | 2 +- html/fail2ban.sql.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/fail2ban.sql.md b/en_US/howto/fail2ban.sql.md index a49b73c9..e6ddcc02 100644 --- a/en_US/howto/fail2ban.sql.md +++ b/en_US/howto/fail2ban.sql.md @@ -72,7 +72,7 @@ also a SQL user `fail2ban`. ``` cd /tmp -wget https://github.com/iredmail/iRedMail/raw/1.3/samples/fail2ban/sql/fail2ban.mysql +wget https://github.com/iredmail/iRedMail/raw/1.3.2/samples/fail2ban/sql/fail2ban.mysql ``` * Run __SQL commands__ below as __MySQL `root` user__: diff --git a/html/fail2ban.sql.html b/html/fail2ban.sql.html index 528dd0d0..4f2ac4f9 100644 --- a/html/fail2ban.sql.html +++ b/html/fail2ban.sql.html @@ -93,7 +93,7 @@ also a SQL user fail2ban.

  • Run commands below as root user:
  • cd /tmp
    -wget https://github.com/iredmail/iRedMail/raw/1.3/samples/fail2ban/sql/fail2ban.mysql
    +wget https://github.com/iredmail/iRedMail/raw/1.3.2/samples/fail2ban/sql/fail2ban.mysql