From 2a244319263055dd5248a17bcb4bdf93bf7da529 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 24 Mar 2020 12:21:51 +0100 Subject: [PATCH] Fix typo --- apps/fail2ban.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh index cb36b4e8a4..883d37c935 100644 --- a/apps/fail2ban.sh +++ b/apps/fail2ban.sh @@ -55,7 +55,7 @@ fi ### Local variables ### # location of Nextcloud logs -NCLOG="$(print_text_in_color "$ICyan" "Finding nextclod.log..." && find / -name nextcloud.log -quit)" +NCLOG="$(print_text_in_color "$ICyan" "Finding nextcloud.log..." && find / -name nextcloud.log -quit)" # time to ban an IP that exceeded attempts BANTIME_=600000 # cooldown time for incorrect passwords