Removed testing echoes

This commit is contained in:
somebodywashere 2023-06-23 18:46:33 +00:00
parent b9e3d36235
commit a5d29bd2d7

View file

@ -791,10 +791,8 @@ EOF
#Launching fail2ban #Launching fail2ban
if ! sudo systemctl is-active --quiet fail2ban; then if ! sudo systemctl is-active --quiet fail2ban; then
sudo systemctl start fail2ban sudo systemctl start fail2ban
echo test-start
else else
systemctl restart fail2ban systemctl restart fail2ban
echo test-restart
fi fi
sudo systemctl enable fail2ban sudo systemctl enable fail2ban