Update install.sh

This commit is contained in:
Mr Chen 2024-10-15 15:57:58 +08:00
parent 0be032041a
commit e5ba11ae79
1 changed files with 1 additions and 1 deletions

View File

@ -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