Update install.sh

pull/628/head
Mr Chen 7 months ago
parent 0be032041a
commit e5ba11ae79
  1. 2
      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

Loading…
Cancel
Save