From 0eb7e706ed3bad548318ce62b54c9485676a1887 Mon Sep 17 00:00:00 2001 From: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:03:42 +0000 Subject: [PATCH] Stop fail2ban if it is already installed --- x-ui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x-ui.sh b/x-ui.sh index dc54846a..60e6a931 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -717,6 +717,7 @@ install_iplimit() { esac echo -e "${green}Fail2ban installed successfully!${plain}\n" else + sudo systemctl stop fail2ban echo -e "${yellow}Fail2ban is already installed.${plain}\n" fi