From a5d29bd2d7957727a9648aff475bf03db652094d Mon Sep 17 00:00:00 2001 From: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Date: Fri, 23 Jun 2023 18:46:33 +0000 Subject: [PATCH] Removed testing echoes --- x-ui.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index 3d2dc064..b58c5631 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -791,10 +791,8 @@ EOF #Launching fail2ban if ! sudo systemctl is-active --quiet fail2ban; then sudo systemctl start fail2ban - echo test-start else systemctl restart fail2ban - echo test-restart fi sudo systemctl enable fail2ban