From eb55ff7c3091c8b60a8550a71a00905a2e7df45d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 28 Jul 2024 20:13:25 +0800 Subject: [PATCH] Update install.sh --- plugins/fail2ban/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/fail2ban/install.sh b/plugins/fail2ban/install.sh index 242f3856a..7bb0b61cd 100755 --- a/plugins/fail2ban/install.sh +++ b/plugins/fail2ban/install.sh @@ -20,15 +20,11 @@ Install_App() apt install -y fail2ban mkdir -p $serverPath/fail2ban - sed '/^ *#/d' fail2ban.conf > $serverPath/fail2ban/redis.conf - echo "${VERSION}" > $serverPath/fail2ban/version.pl echo '安装fail2ban完成' cd ${rootPath} && python3 ${rootPath}/plugins/fail2ban/index.py start cd ${rootPath} && python3 ${rootPath}/plugins/fail2ban/index.py initd_install - - } Uninstall_App()