From e5ba11ae7988ea653dac6bbf73c0c18cdd7d55bf Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 15 Oct 2024 15:57:58 +0800 Subject: [PATCH] Update install.sh --- plugins/fail2ban/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fail2ban/install.sh b/plugins/fail2ban/install.sh index 2659bacc4..ddb6ea58f 100755 --- a/plugins/fail2ban/install.sh +++ b/plugins/fail2ban/install.sh @@ -31,7 +31,7 @@ Install_App() Uninstall_App() { apt remove -y fail2ban - + apt purge -y fail2ban if [ -f /usr/lib/systemd/system/fail2ban.service ];then systemctl stop fail2ban