Skip to content

Commit

Permalink
make sure everything is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 24, 2020
1 parent af4c0be commit 7b3dccb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/fail2ban.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ else
# Removal
print_text_in_color "$ICyan" "Unbanning all currently blocked IPs..."
fail2ban-client unban --all
rm /etc/fail2ban/filter.d/nextcloud.conf
rm /etc/fail2ban/jail.local
check_command apt-get purge fail2ban -y
rm -Rf /etc/fail2ban/
# Show successful uninstall if applicable
removal_popup "$SCRIPT_NAME"
fi
Expand Down

0 comments on commit 7b3dccb

Please sign in to comment.